fix pb typegen command
This commit is contained in:
parent
ab43920e4f
commit
a66bfd2474
|
|
@ -8,7 +8,7 @@
|
|||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"typegen": "npm run pocketbase --out ./src/types/pb_types.d.ts --env"
|
||||
"typegen": "pocketbase-typegen --out ./src/types/pb_types.d.ts --env"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/preact": "^3.0.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue