1 import { version as packageVersion
} from '../../package.json';
4 * The main configuration object for the Forum frontend. These values
5 * are calculated during compile time and need to be set in a .env
6 * file, otherwise it won't work.
9 export const socketServer
= import.meta
.env
.FORUM_SOCKET_SERVER
;
11 export const version
= packageVersion
;