feat: add client to supervisord.conf

This commit is contained in:
2025-03-19 15:53:42 +05:00
parent 15a5dad514
commit 2dc50465ce
7 changed files with 31 additions and 25 deletions

5
client/.env.local Normal file
View File

@@ -0,0 +1,5 @@
REACT_APP_WEBSOCKET_PROTOCOL=ws
REACT_APP_HTTP_PROTOCOL=http
REACT_APP_API_URL=localhost:8000
REACT_APP_URL=localhost:3000
BROWSER=none