Skip to content

Commit

Permalink
Merge pull request #914 from factly/add-claims-extension
Browse files Browse the repository at this point in the history
Upgrade to react 18
  • Loading branch information
shreeharsha-factly authored May 20, 2024
2 parents 5c3b146 + bf67821 commit 6a82899
Show file tree
Hide file tree
Showing 93 changed files with 28,544 additions and 28,215 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,12 @@ services:
- PUBLIC_URL=http://127.0.0.1:4455/.factly/dega/studio
- REACT_APP_KAVACH_PUBLIC_URL=http://127.0.0.1:4455/.factly/kavach/web
- REACT_APP_SACH_API_URL=https://sach-server.factly.in
- WDS_SOCKET_HOST=127.0.0.1
- CHOKIDAR_USEPOLLING=true
- WATCHPACK_POLLING=true
- NODE_ENV=development
ports:
- "3000:3000"
volumes:
- type: bind
source: ./studio
Expand Down
18 changes: 0 additions & 18 deletions studio/.eslintrc

This file was deleted.

2 changes: 1 addition & 1 deletion studio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ RUN npm install --legacy-peer-deps

# add app
COPY . ./

EXPOSE 3000
# start app
CMD ["npm", "start"]
3 changes: 0 additions & 3 deletions studio/babel.config.json

This file was deleted.

Loading

0 comments on commit 6a82899

Please sign in to comment.