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

10 lines
251 B
TypeScript

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