- 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
14 lines
421 B
Plaintext
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> |