astro/examples/blog/package.json
2021-04-10 13:00:50 -07:00

6 lines
96 B
JSON

{
"scripts": {
"build": "../../astro.mjs build",
"start": "../../astro.mjs dev"
}
}