6 * The main configuration object for the Forum frontend. These values
7 * are calculated during compile time and need to be set in a .env
8 * file, otherwise it won't work.
11 export const apollo = {
12 uri: import.meta.env.VITE_APOLLO_SERVER,
13 key: import.meta.env.VITE_APOLLO_KEY,
15 version: internals.version
18 export const version = internals.version;