Update package-lock.json to add @tanstack/react-query dependency and adjust peer dependencies for various packages. Modify backend and API server URLs in config.js for production environment.
This commit is contained in:
parent
91e7121fd5
commit
c6c99bb02c
855
package-lock.json
generated
855
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -6,9 +6,9 @@ const config = {
|
|||||||
logLevel: 'trace'
|
logLevel: 'trace'
|
||||||
},
|
},
|
||||||
production: {
|
production: {
|
||||||
backendUrl: 'http://192.168.68.53:8080',
|
backendUrl: 'https://dev.tombutcher.work/api',
|
||||||
printServerUrl: 'ws://192.168.68.53:8081',
|
printServerUrl: 'ws://192.168.68.53:8081',
|
||||||
apiServerUrl: 'ws://192.168.68.53:9090',
|
apiServerUrl: 'https://dev-wss.tombutcher.work',
|
||||||
logLevel: 'error'
|
logLevel: 'error'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user