chore: build scripts

This commit is contained in:
Lewis Wynne 2026-01-23 18:36:36 +00:00
parent 5d338de0a0
commit 7d42f02335

View file

@ -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",