6 lines
216 B
TypeScript
6 lines
216 B
TypeScript
import appPackage from '../../package.json';
|
|
|
|
/** Product metadata shared by the client UI and release bundle. */
|
|
export const APP_NAME = 'Genarrative AI Game Creator';
|
|
export const APP_VERSION = appPackage.version;
|