diff --git a/package.json b/package.json index f1ca99e..0600b06 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "prepare": "husky", "dev": "nodemon", "build": "tsc", - "start": "node dist/index.js", + "start": "node dest/index.js", "check": "biome check .", "format": "biome check --apply ." },