added basic functionalities (login, create/del/rename pages)

This commit is contained in:
taywon18
2024-09-22 11:48:59 +02:00
parent d531454166
commit 5707f5a2d4
12 changed files with 374 additions and 31 deletions

View File

@@ -8,14 +8,18 @@
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<ItemGroup>
<Content Remove="RunEnv\config.json" />
</ItemGroup>
<ItemGroup>
<None Include="RunEnv\config.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" />
<PackageReference Include="PSC.Blazor.Components.Common" Version="6.0.4" />
<PackageReference Include="PSC.Blazor.Components.MarkdownEditor" Version="8.0.4" />
</ItemGroup>
<ItemGroup>
<Folder Include="RunEnv\" />
</ItemGroup>
</Project>