All checks were successful
CI Monitor MIflow / build-image (push) Successful in 40s
8 lines
161 B
TypeScript
8 lines
161 B
TypeScript
import PocketBase from "pocketbase"
|
|
|
|
const pbClient = new PocketBase("https://gitlab-pb.xiaomiwh.cn")
|
|
|
|
pbClient.autoCancellation(false)
|
|
|
|
export default pbClient
|