client build

This commit is contained in:
Ruidy Nemausat 2020-03-30 16:24:44 +02:00
parent b7a6d56f41
commit d857b06250
2 changed files with 0 additions and 15 deletions

View file

@ -115,10 +115,6 @@ namespace TicketManager
{ {
spa.UseReactDevelopmentServer(npmScript: "start"); spa.UseReactDevelopmentServer(npmScript: "start");
} }
else
{
spa.UseReactDevelopmentServer(npmScript: "build");
}
}); });
} }
} }

View file

@ -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>