diff --git a/.vscode/launch.json b/.vscode/launch.json index 47ec8a0..c7b3af1 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -14,7 +14,7 @@ "env": { "NODE_ENV": "development" }, - "envFile": "${workspaceFolder}/.env.local", + "envFile": "${workspaceFolder}/.env.example", "cwd": "${workspaceFolder}", "console": "integratedTerminal", "internalConsoleOptions": "neverOpen",