불필요 내용 수정및 파일 제거
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { RELEASE_VERSION } from '@/shared/constants/environment';
|
||||
import { RELEASE_VERSION } from '@/shared/constants/common';
|
||||
import { ConfigMap } from './types';
|
||||
/**
|
||||
* development
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { RELEASE_VERSION } from '@/shared/constants/environment';
|
||||
import { RELEASE_VERSION } from '@/shared/constants/common';
|
||||
import { ConfigMap } from './types';
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { Env } from './types';
|
||||
import { RELEASE_VERSION } from '@/shared/constants/environment';
|
||||
import { RELEASE_VERSION } from '@/shared/constants/common';
|
||||
import { PRODUCTION_CONFIG_MAP } from './config.production';
|
||||
import { DEVELOPMENT_CONFIG_MAP } from './config.development';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user