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