Skip to content

Commit

Permalink
Demo deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
patelradhika committed Sep 18, 2024
1 parent 5ca4479 commit bdf9e28
Show file tree
Hide file tree
Showing 9 changed files with 203 additions and 135 deletions.
2 changes: 1 addition & 1 deletion initialize_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RESULT='window.env = {'
RESULT+='"API_URL": "'$API_URL
RESULT+='", "OAUTH_CLIENT_ID": "'$OAUTH_CLIENT_ID
RESULT+='", "OAUTH_TOKEN_URL": "'$OAUTH_TOKEN_URL
RESULT+='", "MAP_API_URL": "'$MAP_API_URL
RESULT+='", "MAP_API_KEY": "'$MAP_API_KEY
RESULT+='", "GEO_CODE_API": "'$GEO_CODE_API
RESULT+='", "ALERT_SOCKET_URL": "'$ALERT_SOCKET_URL
RESULT+='", "CUSTODIAN_URL": "'$CUSTODIAN_URL
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "buildly-react-template",
"version": "1.4.0",
"version": "1.4.1",
"description": "Frontend Template from Buildly built using the React framework",
"main": "src/index.js",
"private": true,
Expand All @@ -21,6 +21,7 @@
"@mui/material": "^5.4.2",
"@mui/styles": "^5.4.2",
"@mui/x-date-pickers": "5.0.0-beta.2",
"@react-google-maps/api": "^2.19.3",
"@types/react": "^16.8.18",
"@types/react-dom": "^16.8.4",
"chart.js": "^2.9.4",
Expand Down Expand Up @@ -154,4 +155,4 @@
],
"author": "Buildly",
"license": "ISC"
}
}
Loading

0 comments on commit bdf9e28

Please sign in to comment.