diff --git a/.env b/.env new file mode 100644 index 0000000..d1fe7b9 --- /dev/null +++ b/.env @@ -0,0 +1,2 @@ +# Service. +VITE_SERVICE_NAME=contributor diff --git a/.vscode/launch.json b/.vscode/launch.json index 5ac41da..0d3a1fc 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -18,9 +18,6 @@ "type": "node" }, { - "env": { - "VITE_SERVICE_NAME": "contributor" - }, "name": "Vite Server", "preLaunchTask": "run", "request": "launch",