Skip to content

Commit 6a6c270

Browse files
log ID
1 parent 54aaa8b commit 6a6c270

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stores/geode.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export const use_geode_store = defineStore('geode', {
88
const cloud_store = use_cloud_store()
99
const public_runtime_config = useRuntimeConfig().public
1010
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)
1112
if (process.env.NODE_ENV == 'production') {
1213
geode_url += `/${cloud_store.ID}/geode`
1314
}

0 commit comments

Comments
 (0)