familyfedie-website/package.json
Loyyd 830585e2ba
Some checks are pending
/ deploy (push) Waiting to run
using astro
2026-06-11 08:29:29 +02:00

13 lines
459 B
JSON

{
"scripts": {
"organize": "node scripts/organize-content.mjs",
"render:layout": "node scripts/render-shared-layout.mjs",
"prepare:source": "npm run organize && npm run render:layout",
"dev": "npm run prepare:source && astro dev --host 0.0.0.0",
"build": "npm run prepare:source && astro build && node scripts/copy-static-assets.mjs",
"preview": "astro preview --host 0.0.0.0"
},
"devDependencies": {
"astro": "^6.4.6"
}
}