mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 04:37:44 +02:00
Fix launch config
This commit is contained in:
Vendored
+1
-1
@@ -20,7 +20,7 @@
|
||||
"request": "launch",
|
||||
"args": ["src/index.ts"],
|
||||
"env": {
|
||||
"PORT": "37371",
|
||||
"PORT": "3737",
|
||||
"DEVELOPMENT": "true"
|
||||
},
|
||||
"runtimeArgs": ["--nolazy", "-r", "ts-node/register"],
|
||||
|
||||
Reference in New Issue
Block a user