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", "type": "module",
"scripts": { "scripts": {
"dev": "astro dev --port 4322", "dev": "astro dev --port 4322",
"build": "astro build --remote", "build": "astro build --remote && node scripts/generate-stats.js",
"preview": "astro preview" "preview": "astro preview",
"serve": "pnpm build && npx serve .vercel/output/static -l 4322"
}, },
"dependencies": { "dependencies": {
"@astrojs/db": "^0.19.0", "@astrojs/db": "^0.19.0",