Skip to content

Commit

Permalink
Merge pull request idurar#615 from idurar/deploy/config-vite
Browse files Browse the repository at this point in the history
🚀 update package to deploy
  • Loading branch information
salahlalami authored Oct 30, 2023
2 parents f6927eb + d20bbb6 commit fc5766a
Show file tree
Hide file tree
Showing 10 changed files with 253 additions and 528 deletions.
2 changes: 2 additions & 0 deletions frontend/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# to connect your frontend to remote backend server
REACT_APP_BACKEND_SERVER="http://your_backend_url_server.com/"
3 changes: 1 addition & 2 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/coverage

# production
/build
/dist

# misc
.DS_Store
Expand All @@ -22,4 +22,3 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

.env
Loading

0 comments on commit fc5766a

Please sign in to comment.