Files
nice-app-web/src/shared/configs/config.production.ts
focp212@naver.com 05238b04c1 첫 커밋
2025-09-05 15:36:48 +09:00

11 lines
249 B
TypeScript

import { RELEASE_VERSION } from '@/shared/constants/environment';
import { ConfigMap } from './types';
/**
* production
*/
export const PRODUCTION_CONFIG_MAP: ConfigMap = {
APP_NAME: 'NICE-Production',
WEB_VERSION: RELEASE_VERSION ?? '1',
};