Skip to content

Commit

Permalink
Production deployment v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patelradhika committed Sep 23, 2024
1 parent b7c2613 commit 207b7c2
Show file tree
Hide file tree
Showing 11 changed files with 278 additions and 167 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"
}
}
3 changes: 3 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="expires" content="0">
<meta http-equiv="pragma" content="no-cache">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<title>Transparent Path</title>
</head>
Expand Down
Loading

0 comments on commit 207b7c2

Please sign in to comment.