Skip to content

Commit 454a6cc

Browse files
committed
Fix.
1 parent 94c2ac3 commit 454a6cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.vscode/launch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"name": "Launch Program",
1010
"request": "launch",
1111
"program": "${workspaceFolder}/main.ts",
12+
"env": {"DEV":"1"},
1213
"runtimeArgs": [ "--disable-warning=ExperimentalWarning", "--watch-path=main.ts" ],
1314
"skipFiles": [ "<node_internals>/**" ],
1415
}

0 commit comments

Comments
 (0)