Ajouter script start pour le déploiement Node.js sur Clever Cloud
This commit is contained in:
parent
663026dbcd
commit
29c4589d44
1 changed files with 1 additions and 0 deletions
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue