Ajouter script start pour le déploiement Node.js sur Clever Cloud

This commit is contained in:
Jalil Arfaoui 2026-03-05 22:36:29 +01:00
parent 663026dbcd
commit 29c4589d44

View file

@ -7,6 +7,7 @@
"dev": "astro dev --port 3030 --host 0.0.0.0", "dev": "astro dev --port 3030 --host 0.0.0.0",
"build": "astro build", "build": "astro build",
"preview": "astro preview", "preview": "astro preview",
"start": "node dist/server/entry.mjs",
"clean": "rm -rf dist" "clean": "rm -rf dist"
}, },
"dependencies": { "dependencies": {