Install npm dependencies as .NET build target

This commit is contained in:
2025-06-29 12:01:14 +02:00
parent 18cbc2225f
commit 9f2c5db825
3 changed files with 11 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ IResourceBuilder<ProjectResource> api = builder
.WaitFor(postgres);
builder
.AddNpmApp("Vegasco-Web", "../Vegasco-Web", scriptName: "start:withInstall")
.AddNpmApp("Vegasco-Web", "../Vegasco-Web")
.WithReference(api)
.WaitFor(api)
.WithHttpEndpoint(port: 44200, env: "PORT", isProxied: false)