Compare commits
2 Commits
28148e4f69
...
df93f8299f
| Author | SHA1 | Date | |
|---|---|---|---|
| df93f8299f | |||
| b28bc04a53 |
9
src/Vegasco-Web/.vscode/launch.json
vendored
9
src/Vegasco-Web/.vscode/launch.json
vendored
@@ -3,18 +3,11 @@
|
|||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "ng serve",
|
"name": "Launch (Chrome)",
|
||||||
"type": "chrome",
|
"type": "chrome",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"preLaunchTask": "npm: start",
|
"preLaunchTask": "npm: start",
|
||||||
"url": "http://localhost:44200/",
|
"url": "http://localhost:44200/",
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "ng test",
|
|
||||||
"type": "chrome",
|
|
||||||
"request": "launch",
|
|
||||||
"preLaunchTask": "npm: test",
|
|
||||||
"url": "http://localhost:9876/debug.html"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ builder
|
|||||||
.WithReference(api)
|
.WithReference(api)
|
||||||
.WaitFor(api)
|
.WaitFor(api)
|
||||||
.WithHttpEndpoint(port: 44200, env: "PORT", isProxied: false)
|
.WithHttpEndpoint(port: 44200, env: "PORT", isProxied: false)
|
||||||
.WithExternalHttpEndpoints();
|
.WithExternalHttpEndpoints()
|
||||||
|
.WithHttpHealthCheck("/", 200);
|
||||||
|
|
||||||
builder.Build().Run();
|
builder.Build().Run();
|
||||||
|
|||||||
Reference in New Issue
Block a user