feat: Add VS Code development configurations and update Docker Compose service ports and frontend environment variable.
All checks were successful
Release and Build Docker Images / release-and-build (push) Successful in 1m44s
All checks were successful
Release and Build Docker Images / release-and-build (push) Successful in 1m44s
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"java.configuration.updateBuildConfiguration": "interactive",
|
||||
"java.compile.nullAnalysis.mode": "automatic"
|
||||
"java.compile.nullAnalysis.mode": "automatic",
|
||||
"npm.autoDetect": "off",
|
||||
"debug.javascript.codelens.npmScripts": "never",
|
||||
"npm.scriptHover": false
|
||||
}
|
||||
Reference in New Issue
Block a user