Removed .env from startup script

This commit is contained in:
Umar Adilov 2026-01-08 22:14:32 +05:00
parent 11b42bb63f
commit 7269713e53

View File

@ -9,7 +9,7 @@
"./router": "./router.ts" "./router": "./router.ts"
}, },
"scripts": { "scripts": {
"dev": "tsx watch --env-file=.env index.ts", "dev": "tsx watch index.ts",
"build": "tsc", "build": "tsc",
"start": "node dist/index.js" "start": "node dist/index.js"
}, },