Files
minisrv/zefie_wtvp_minisrv/zefie_wtvp_minisrv.esproj
zefie 81729b66da v0.9.59
- code cleanup and refactoring
- implement max post size on pc services
- add box account transfer system
- create directory indexer for pc services
- fix catchall for pc services
- pc services not respects `disabled: true` if sharing the same port
- new wtv-tricks:/info from WebTV Redialed
- Added missing Pagebuilder themes
- Fixed various PageBuilder bugs, pages should work correctly (republish your page if needed)
- various security and bug fixes
2025-02-12 14:18:32 -05:00

14 lines
421 B
Plaintext

<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/0.5.89-alpha">
<PropertyGroup>
<!--Command to run on project build-->
<BuildCommand>
</BuildCommand>
<!--Command to run on project clean-->
<CleanCommand>
</CleanCommand>
<StartupCommand>npm start</StartupCommand>
</PropertyGroup>
<ItemGroup>
<Folder Include="UserServiceVault\http_pc\content\midi\" />
</ItemGroup>
</Project>