mirror of
https://github.com/rjNemo/ticket_manager
synced 2026-06-06 08:46:39 +00:00
client build
This commit is contained in:
parent
b7a6d56f41
commit
d857b06250
2 changed files with 0 additions and 15 deletions
|
|
@ -115,10 +115,6 @@ namespace TicketManager
|
||||||
{
|
{
|
||||||
spa.UseReactDevelopmentServer(npmScript: "start");
|
spa.UseReactDevelopmentServer(npmScript: "start");
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
spa.UseReactDevelopmentServer(npmScript: "build");
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Release' ">
|
|
||||||
<StartAction>Project</StartAction>
|
|
||||||
<EnvironmentVariables>
|
|
||||||
<Variable name="ASPNETCORE_ENVIRONMENT" value="Production" xmlns="" />
|
|
||||||
</EnvironmentVariables>
|
|
||||||
<LaunchUrl>/</LaunchUrl>
|
|
||||||
<ApplicationURL>https://localhost:5001;http://localhost:5000</ApplicationURL>
|
|
||||||
</PropertyGroup>
|
|
||||||
</Project>
|
|
||||||
Loading…
Reference in a new issue