We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6c270 commit eeae9d0Copy full SHA for eeae9d0
stores/geode.js
@@ -9,6 +9,7 @@ export const use_geode_store = defineStore('geode', {
9
const public_runtime_config = useRuntimeConfig().public
10
var geode_url = `${public_runtime_config.GEODE_PROTOCOL}://${public_runtime_config.API_URL}:${public_runtime_config.GEODE_PORT}`
11
console.log('ID', cloud_store.ID)
12
+
13
if (process.env.NODE_ENV == 'production') {
14
geode_url += `/${cloud_store.ID}/geode`
15
}
0 commit comments