diff --git a/package.json b/package.json index 5749588..bed4c37 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "build": "nest build", "start": "bun --bun nest start", "start:dev": "bun --hot ./src/app.ts", - "start:prod": "bun dist/app", + "start:prod": "bun dist/src/app", "lint": "eslint .", "lint:fix": "eslint . --fix" },