New Angular based web version #1
@@ -3,6 +3,7 @@
|
|||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
|
"start:withInstall": "pnpm install && pnpm run start",
|
||||||
"start": "run-script-os",
|
"start": "run-script-os",
|
||||||
"start:win32": "ng serve --port %PORT% --configuration development",
|
"start:win32": "ng serve --port %PORT% --configuration development",
|
||||||
"start:default": "ng serve --port $PORT --configuration development",
|
"start:default": "ng serve --port $PORT --configuration development",
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ IResourceBuilder<ProjectResource> api = builder
|
|||||||
.WaitFor(postgres);
|
.WaitFor(postgres);
|
||||||
|
|
||||||
builder
|
builder
|
||||||
.AddNpmApp("Vegasco-Web", "../Vegasco-Web")
|
.AddNpmApp("Vegasco-Web", "../Vegasco-Web", scriptName: "start:withInstall")
|
||||||
.WithReference(api)
|
.WithReference(api)
|
||||||
.WaitFor(api)
|
.WaitFor(api)
|
||||||
.WithHttpEndpoint(port: 44200, env: "PORT", isProxied: false)
|
.WithHttpEndpoint(port: 44200, env: "PORT", isProxied: false)
|
||||||
|
|||||||
Reference in New Issue
Block a user