disable auto cancelling
This commit is contained in:
parent
1feebda380
commit
08345f91c6
@ -1,4 +1,5 @@
|
||||
import Pocketbase from "pocketbase"
|
||||
|
||||
const client = new Pocketbase(import.meta.env.PUBLIC_URL)
|
||||
client.autoCancellation(false)
|
||||
export default client;
|
Loading…
x
Reference in New Issue
Block a user