mirror of
https://github.com/rjNemo/ticket_manager
synced 2026-06-12 11:46:40 +00:00
azure dotnet 3.0
This commit is contained in:
parent
07a9503a53
commit
ebe7fe1624
1 changed files with 4 additions and 0 deletions
|
|
@ -115,6 +115,10 @@ namespace TicketManager
|
||||||
{
|
{
|
||||||
spa.UseReactDevelopmentServer(npmScript: "start");
|
spa.UseReactDevelopmentServer(npmScript: "start");
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
spa.UseReactDevelopmentServer(npmScript: "build");
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue