aboutsummaryrefslogtreecommitdiff
path: root/src/Costasdev.Busurbano.Backend/Costasdev.Busurbano.Backend.csproj
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-09-07 17:29:53 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-09-07 17:29:53 +0200
commit8182a08f60e88595984ba80b472f29ccf53c19bd (patch)
treec377ad8a7d43b8794b5df0f7283f71ac24408210 /src/Costasdev.Busurbano.Backend/Costasdev.Busurbano.Backend.csproj
parent577a6f00a0f006ca51276ae606835c2d892da872 (diff)
feat: Enhance development scripts and add Angular support
- Added new scripts for Angular development and formatting in package.json. - Updated workspaces to include Angular frontend. - Modified backend project file to exclude specific views from content inclusion. - Updated logging settings in appsettings.json to include HttpClient warnings. - Refactored TimetableTable component for cleaner rendering. - Removed UpdateNotification component and related service worker management code. - Simplified service worker registration in root component. - Cleaned up settings page by removing update management functionality. - Improved stoplist component structure for better readability. - Updated PWA worker to streamline caching and response handling.
Diffstat (limited to 'src/Costasdev.Busurbano.Backend/Costasdev.Busurbano.Backend.csproj')
-rw-r--r--src/Costasdev.Busurbano.Backend/Costasdev.Busurbano.Backend.csproj9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Costasdev.Busurbano.Backend/Costasdev.Busurbano.Backend.csproj b/src/Costasdev.Busurbano.Backend/Costasdev.Busurbano.Backend.csproj
index 517a253..4f5747c 100644
--- a/src/Costasdev.Busurbano.Backend/Costasdev.Busurbano.Backend.csproj
+++ b/src/Costasdev.Busurbano.Backend/Costasdev.Busurbano.Backend.csproj
@@ -10,4 +10,13 @@
<ItemGroup>
<PackageReference Include="Costasdev.VigoTransitApi" Version="0.1.0" />
</ItemGroup>
+
+ <ItemGroup>
+ <_ContentIncludedByDefault Remove="Views\Shared\_Layout.cshtml" />
+ <_ContentIncludedByDefault Remove="Views\StopEstimates\GetEstimates.cshtml" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Folder Include="wwwroot\" />
+ </ItemGroup>
</Project> \ No newline at end of file