Files
coolify-examples/node/astro/static/package.json
Andras Bacsai d3a2a9d83b new examples
2025-12-26 11:40:00 +01:00

15 lines
275 B
JSON

{
"name": "static",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"start": "npx serve@latest dist",
"astro": "astro"
},
"dependencies": {
"astro": "^5.16.4"
}
}