update schema gen

+ support for PocketBase v0.22.23
+ support for Deno 2
+ now depends on pocketbase npm package
This commit is contained in:
michal-kapala
2024-11-06 16:17:06 +01:00
parent 8692f25e71
commit ce03fd9991
9 changed files with 130 additions and 86 deletions

View File

@ -1,5 +1,8 @@
{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"pocketbase": "npm:pocketbase@^0.21.5"
}
}