From 44323f42e7dba17df254ba6c6d1b0e9739f970de Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Thu, 4 Mar 2021 22:56:14 +0100 Subject: [PATCH] Adding an automatic symlink for the Angular's app --- Kyoo/Kyoo.csproj | 9 +++++---- Kyoo/Startup.cs | 2 -- Kyoo/Views/WebClient | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Kyoo/Kyoo.csproj b/Kyoo/Kyoo.csproj index 5ab21e23..607e76e8 100644 --- a/Kyoo/Kyoo.csproj +++ b/Kyoo/Kyoo.csproj @@ -12,6 +12,7 @@ false + SDG Zoe Roux https://github.com/AnonymusRaccoon/Kyoo @@ -88,6 +89,10 @@ + + + + @@ -103,8 +108,4 @@ PreserveNewest - - - - diff --git a/Kyoo/Startup.cs b/Kyoo/Startup.cs index 4eaa185c..9a029e5b 100644 --- a/Kyoo/Startup.cs +++ b/Kyoo/Startup.cs @@ -199,9 +199,7 @@ namespace Kyoo spa.Options.SourcePath = Path.Join(AppDomain.CurrentDomain.BaseDirectory, "Views/WebClient"); if (env.IsDevelopment()) - { spa.UseAngularCliServer("start"); - } }); } } diff --git a/Kyoo/Views/WebClient b/Kyoo/Views/WebClient index 09edd091..57d382f7 160000 --- a/Kyoo/Views/WebClient +++ b/Kyoo/Views/WebClient @@ -1 +1 @@ -Subproject commit 09edd091b9bc75b697da4dc16eeaf9aadb9d4b05 +Subproject commit 57d382f7246287a611892359e444355e745d0795