Skip to content

Commit

Permalink
Fix env var missing in prod by updating nextjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Redm4x committed Aug 31, 2023
1 parent 1c21e37 commit b50af63
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 92 deletions.
180 changes: 90 additions & 90 deletions deploy-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions deploy-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudmos-app",
"version": "1.4.0",
"version": "1.4.1",
"description": "Web UI to deploy on the Akash Network and view statistic about network usage.",
"author": "Cloudmos",
"private": true,
Expand Down Expand Up @@ -48,7 +48,7 @@
"lodash": "^4.17.21",
"material-ui-popup-state": "^4.0.2",
"nanoid": "^3.3.4",
"next": "^13.4.18",
"next": "^13.4.19",
"next-dark-mode": "^3.0.0",
"next-pwa": "^5.6.0",
"next-qrcode": "^2.1.0",
Expand Down

0 comments on commit b50af63

Please sign in to comment.