fix pb typegen command
This commit is contained in:
parent
ab43920e4f
commit
a66bfd2474
|
|
@ -8,7 +8,7 @@
|
||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"astro": "astro",
|
"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": {
|
"dependencies": {
|
||||||
"@astrojs/preact": "^3.0.0",
|
"@astrojs/preact": "^3.0.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue