mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 11:35:42 -06:00
Set NODE_ENV to development and not testing in launch template (#57407)
This commit is contained in:
parent
db3d54ffbc
commit
3de2cdce4d
2
.vscode/launch.template.json
vendored
2
.vscode/launch.template.json
vendored
@ -38,7 +38,7 @@
|
||||
"0"
|
||||
],
|
||||
"env": {
|
||||
"NODE_ENV": "testing"
|
||||
"NODE_ENV": "development"
|
||||
},
|
||||
"outFiles": [
|
||||
"${workspaceFolder}/built/**/*.js",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user