Ajout d'un script prod
This commit is contained in:
parent
c7359fe04f
commit
c861510956
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "bun index.ts",
|
"start": "bun index.ts",
|
||||||
"dev": "bun --watch ."
|
"dev": "bun --watch .",
|
||||||
|
"prod": "bun install && bun run start"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/bun": "latest"
|
"@types/bun": "latest"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue