Fix launch config

This commit is contained in:
Andrey Sobolev
2025-10-01 09:42:46 +07:00
parent dd8a3861c2
commit 4174fc94f4
+1 -1
View File
@@ -20,7 +20,7 @@
"request": "launch",
"args": ["src/index.ts"],
"env": {
"PORT": "37371",
"PORT": "3737",
"DEVELOPMENT": "true"
},
"runtimeArgs": ["--nolazy", "-r", "ts-node/register"],