Skip to content

Commit

Permalink
fix: update .env.production (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
zebby09 authored Jun 7, 2024
1 parent b3d0460 commit 15b88d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
VITE_API_BASE=http://localhost:3002
VITE_BACKEND_WSS_URL=ws://localhost:3001/
VITE_UMS_URL=http://localhost:3000
VITE_UMS_URL=http://localhost:3000
VITE_GP_URL=http://localhost:4200
2 changes: 1 addition & 1 deletion public/mockServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* - Please do NOT serve this file on production.
*/

const PACKAGE_VERSION = '2.2.8'
const PACKAGE_VERSION = '2.2.14'
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()
Expand Down

0 comments on commit 15b88d7

Please sign in to comment.