import { name, version as packageVersion } from '../../package.json'; /* * The main configuration object for the Forum frontend. These values * are calculated during compile time and need to be set in a .env * file, otherwise it won't work. */ export const apollo = { uri: import.meta.env.VITE_APOLLO_SERVER, name, version: packageVersion }; export const version = packageVersion;