This commit is contained in:
zefie
2024-10-16 10:14:23 -04:00
parent 00fb08cc49
commit b6d7481753
3 changed files with 8 additions and 6 deletions

View File

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