fix: server platform build issues

This commit is contained in:
2025-10-28 08:50:36 +03:00
parent cd65d47d26
commit 730b21467e
7 changed files with 26 additions and 10 deletions

2
.vscode/launch.json vendored
View File

@@ -38,7 +38,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build-server",
"program": "${workspaceFolder}/Platforms/Server/bin/Debug/net9.0/Server.dll",
"program": "${workspaceFolder}/Platforms/Server/bin/Debug/net9.0/MyUniverse.dll",
"args": [],
"env": {
"PORT": "8888",