Files
HexaHost-GameCloud/apps/api/src/config/config.constants.ts
smueller 58961000eb
Some checks failed
CI / Node — lint, typecheck, test, build (push) Failing after 9s
CI / Go — node-agent tests (push) Failing after 21s
CI / Go — edge-gateway build (push) Successful in 13s
Phase1
2026-06-26 11:31:54 +02:00

6 lines
128 B
TypeScript

import type { AppConfig } from '@hexahost/config';
export const APP_CONFIG = Symbol('APP_CONFIG');
export type { AppConfig };