Initial implementation of procfile

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2024-12-23 14:52:23 +00:00
parent b4b96b3f4e
commit 09dd248d24
33 changed files with 343 additions and 311 deletions

View File

@@ -1,4 +1,8 @@
<Solution>
<Project Path="Pushy\Pushy.Client\Pushy.Client.csproj" Type="Classic C#" />
<Project Path="Pushy\Pushy\Pushy.csproj" Type="Classic C#" />
<Folder Name="/Frontend/">
<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>