This commit is contained in:
2024-11-27 11:40:43 +01:00
parent 53e7db435c
commit 95fe01ad86
51 changed files with 4175 additions and 456 deletions

9
VeragTvApp.client.esproj Normal file
View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/0.5.89-alpha">
<PropertyGroup>
<!--Command to run on project build-->
<!--Command to run on project clean-->
<CleanCommand>
</CleanCommand>
<StartupCommand>ionic serve</StartupCommand>
</PropertyGroup>
</Project>