fix(api): fix build issue

This commit is contained in:
isra el
2025-12-14 14:42:41 +03:00
parent ba0437ff01
commit ca0ac8cf6e

View File

@@ -11,7 +11,7 @@
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start": "node dist/main",
"start": "node dist/src/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
"test:watch": "jest --watch",