첫 커밋
This commit is contained in:
9
src/shared/configs/config.development.ts
Normal file
9
src/shared/configs/config.development.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
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',
|
||||
};
|
||||
Reference in New Issue
Block a user