]> git.r.bdr.sh - rbdr/forum/blob - src/config/config.js
6d819a36d7ed24a884192103da0aa5864b87c859
[rbdr/forum] / src / config / config.js
1 import { version as packageVersion } from '../../package.json';
2
3 /*
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.
7 */
8
9 export const socketServer = import.meta.env.FORUM_SOCKET_SERVER;
10
11 export const version = packageVersion;