diff --git a/.vscode/launch.json b/.vscode/launch.json index 2c69cf0..a172648 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,7 +12,10 @@ "name": "Production Server", "type": "dart", "request": "launch", - "program": "${workspaceRoot}/bin/prod.dart" + "program": "${workspaceRoot}/bin/prod.dart", + "env": { + "ANGEL_ENV": "production" + } } ] }