chore: build scripts
This commit is contained in:
parent
5d338de0a0
commit
7d42f02335
1 changed files with 3 additions and 2 deletions
|
|
@ -3,8 +3,9 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "astro dev --port 4322",
|
||||
"build": "astro build --remote",
|
||||
"preview": "astro preview"
|
||||
"build": "astro build --remote && node scripts/generate-stats.js",
|
||||
"preview": "astro preview",
|
||||
"serve": "pnpm build && npx serve .vercel/output/static -l 4322"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/db": "^0.19.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue