procfile #1

Merged
henrik merged 40 commits from procfile into master 2024-12-23 14:52:24 +00:00
2 changed files with 6 additions and 6 deletions
Showing only changes of commit 2498c9525d - Show all commits

View File

@@ -1,4 +1,8 @@
<Solution> <Solution>
<Project Path="Pushy\Pushy.Client\Pushy.Client.csproj" Type="Classic C#" /> <Folder Name="/Frontend/">
<Project Path="Pushy\Pushy\Pushy.csproj" Type="Classic C#" /> <Project Path="Pushy\Pushy.Client\Pushy.Client.csproj" Type="Classic C#" />
<Project Path="Pushy\Pushy\Pushy.csproj" Type="Classic C#" />
</Folder>
<Project Path="Pushy.Domain\Pushy.Domain.csproj" Type="Classic C#" />
<Project Path="Pushy.Silo\Pushy.Silo.csproj" Type="Classic C#" />
</Solution> </Solution>

View File

@@ -28,8 +28,4 @@
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="9.0.0" /> <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="9.0.0" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Folder Include="Grains\" />
</ItemGroup>
</Project> </Project>