mirror of
https://github.com/ChronosX88/InstructorsListAppTA.git
synced 2024-12-04 22:52:19 +00:00
chore: Disable automatic start of Angular dev server (start it separate from dotnet run)
This commit is contained in:
parent
98f6142255
commit
78368efd4c
@ -18,7 +18,7 @@
|
||||
"instructors_crud_test_task": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"applicationUrl": "https://localhost:5001;http://localhost:5000",
|
||||
"applicationUrl": "http://localhost:5000",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
|
@ -63,7 +63,7 @@ namespace instructors_crud_test_task
|
||||
|
||||
if (env.IsDevelopment())
|
||||
{
|
||||
spa.UseAngularCliServer(npmScript: "start");
|
||||
spa.UseProxyToSpaDevelopmentServer("http://localhost:4200");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user