Set NODE_ENV to development and not testing in launch template (#57407)

This commit is contained in:
Wesley Wigham 2024-02-14 10:50:54 -08:00 committed by GitHub
parent db3d54ffbc
commit 3de2cdce4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@
"0"
],
"env": {
"NODE_ENV": "testing"
"NODE_ENV": "development"
},
"outFiles": [
"${workspaceFolder}/built/**/*.js",