From ebe7fe16241f814347219448765e4ea1e299f8d2 Mon Sep 17 00:00:00 2001 From: Ruidy Nemausat Date: Mon, 30 Mar 2020 15:46:51 +0200 Subject: [PATCH] azure dotnet 3.0 --- Startup.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Startup.cs b/Startup.cs index e358b50..bd81e1a 100644 --- a/Startup.cs +++ b/Startup.cs @@ -115,6 +115,10 @@ namespace TicketManager { spa.UseReactDevelopmentServer(npmScript: "start"); } + else + { + spa.UseReactDevelopmentServer(npmScript: "build"); + } }); } }