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

23
client/.gitignore vendored
View File

@@ -1,23 +0,0 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*