Ajout d'un script prod

This commit is contained in:
Feror 2025-03-18 11:24:32 +01:00
parent c7359fe04f
commit c861510956

View file

@ -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"