disable auto cancelling

This commit is contained in:
June 2025-08-12 23:38:50 +12:00
parent 1feebda380
commit 08345f91c6
Signed by: breadone
GPG Key ID: FDC19FE143200483

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;