This commit is contained in:
2025-12-04 13:38:58 -05:00
parent 4a1b5bfc24
commit ab663e7d2b
7 changed files with 365 additions and 29 deletions

View File

@@ -1,5 +1,8 @@
# WebSocket connection URL
WS_URL=ws://localhost:3000/ws
# API URL
API_URL=http://localhost:3000
# Development mode
NODE_ENV=development