Skip to content

Commit

Permalink
fix env var
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Aug 19, 2024
1 parent 6b01fd9 commit 0758d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
{
"env": {
"SERVICE_NAME": "contributor"
"VITE_SERVICE_NAME": "contributor"
},
"name": "Vite Server",
"preLaunchTask": "run",
Expand Down

0 comments on commit 0758d09

Please sign in to comment.