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 eeae9d0 commit 0e206e5Copy full SHA for 0e206e5
stores/geode.js
@@ -9,7 +9,6 @@ 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