From cf146d63456dc3398b59c4da43dc352ba6444444 Mon Sep 17 00:00:00 2001 From: unurled Date: Fri, 14 Feb 2025 17:51:34 +0100 Subject: [PATCH] start right file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },