Skip to content

Commit

Permalink
service name
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Aug 16, 2024
1 parent 65d803b commit b5267c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .submodules/config/configs.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,10 @@
"type": "chrome",
"request": "launch",
"url": "http://localhost:5173",
"preLaunchTask": "run"
"preLaunchTask": "run",
"env": {
"?SERVICE_NAME": "replace-me"
}
}
]
}
Expand Down

0 comments on commit b5267c2

Please sign in to comment.