Skip to content

Commit

Permalink
set service name
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Aug 16, 2024
1 parent b53fa19 commit 6b01fd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"type": "node"
},
{
"env": {
"SERVICE_NAME": "contributor"
},
"name": "Vite Server",
"preLaunchTask": "run",
"request": "launch",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"🚫 Don't add `dependencies` below that are inherited from the CFL package.",
"✅ Do add `devDependencies` below that are `peerDependencies` in the CFL package."
],
"name": "replace-me",
"name": "contributor",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down

0 comments on commit 6b01fd9

Please sign in to comment.