tsc not available in fly.io
Brijesh Wawdhane ops@brijesh.dev
Fri, 14 Mar 2025 18:31:27 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
server/package.json
→
server/package.json
@@ -4,7 +4,7 @@ "version": "1.0.0",
"description": "", "main": "index.js", "scripts": { - "build": "tsc --project tsconfig.json", + "build": "npx tsc --project tsconfig.json", "dev": "npm run build && node dist/index.js", "start": "node dist/index.js" },