From d857b062502c2cfe640e6f6ac67ecd4c522631fd Mon Sep 17 00:00:00 2001 From: Ruidy Nemausat Date: Mon, 30 Mar 2020 16:24:44 +0200 Subject: [PATCH] client build --- Startup.cs | 4 ---- TicketManager.csproj.user | 11 ----------- 2 files changed, 15 deletions(-) delete mode 100644 TicketManager.csproj.user diff --git a/Startup.cs b/Startup.cs index bd81e1a..e358b50 100644 --- a/Startup.cs +++ b/Startup.cs @@ -115,10 +115,6 @@ namespace TicketManager { spa.UseReactDevelopmentServer(npmScript: "start"); } - else - { - spa.UseReactDevelopmentServer(npmScript: "build"); - } }); } } diff --git a/TicketManager.csproj.user b/TicketManager.csproj.user deleted file mode 100644 index 480b51a..0000000 --- a/TicketManager.csproj.user +++ /dev/null @@ -1,11 +0,0 @@ - - - - Project - - - - / - https://localhost:5001;http://localhost:5000 - - \ No newline at end of file