ANGEL_ENV -> production in launch.json
This commit is contained in:
parent
30c2add0f3
commit
14da50550e
1 changed files with 4 additions and 1 deletions
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
|
@ -12,7 +12,10 @@
|
||||||
"name": "Production Server",
|
"name": "Production Server",
|
||||||
"type": "dart",
|
"type": "dart",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${workspaceRoot}/bin/prod.dart"
|
"program": "${workspaceRoot}/bin/prod.dart",
|
||||||
|
"env": {
|
||||||
|
"ANGEL_ENV": "production"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue