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,
|
||||
"scripts": {
|
||||
"start": "bun index.ts",
|
||||
"dev": "bun --watch ."
|
||||
"dev": "bun --watch .",
|
||||
"prod": "bun install && bun run start"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue