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