basic MP functionality working

This commit is contained in:
Shaheed Azaad
2025-07-17 10:09:20 +02:00
parent 02734040cb
commit e9565471cb
8 changed files with 805 additions and 23 deletions

View File

@@ -5,4 +5,7 @@ S3_ENDPOINT="http://localhost:9000"
S3_ACCESS_KEY="minioadmin"
S3_SECRET_KEY="minioadmin"
S3_BUCKET="cog-socket"
BASE_URL="http://localhost:5173"
BASE_URL="http://localhost:5173"
# Chrome for multiplayer functionality
CHROME_HOST="localhost"
CHROME_PORT="9222"