[PIE-6] Add first (non-final) (temporary-ish) stylings #5

Merged
breadone merged 12 commits from PIE-6 into main 2025-08-12 23:39:33 +12:00
Showing only changes of commit 08345f91c6 - Show all commits

View File

@ -1,4 +1,5 @@
import Pocketbase from "pocketbase"
const client = new Pocketbase(import.meta.env.PUBLIC_URL)
client.autoCancellation(false)
export default client;