mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
After some intensive debugging I found out that `req` (on the server) and `nuxtState` (on the client) have access to the configurations changed at runtime. How did I debug it: ``` yarn run build env WEBSOCKET_URI=whatever yarn run start ``` I also put a `console.log` into `plugins/apollo-client.js`.