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 54aaa8b commit 6a6c270Copy full SHA for 6a6c270
stores/geode.js
@@ -8,6 +8,7 @@ export const use_geode_store = defineStore('geode', {
8
const cloud_store = use_cloud_store()
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
if (process.env.NODE_ENV == 'production') {
13
geode_url += `/${cloud_store.ID}/geode`
14
}
0 commit comments