불필요 내용 수정및 파일 제거

This commit is contained in:
focp212@naver.com
2025-11-11 13:44:35 +09:00
parent 3b23fa2514
commit 1503406b6f
25 changed files with 8 additions and 779 deletions

View File

@@ -1,4 +1,4 @@
import { RELEASE_VERSION } from '@/shared/constants/environment';
import { RELEASE_VERSION } from '@/shared/constants/common';
import { ConfigMap } from './types';
/**
* development

View File

@@ -1,4 +1,4 @@
import { RELEASE_VERSION } from '@/shared/constants/environment';
import { RELEASE_VERSION } from '@/shared/constants/common';
import { ConfigMap } from './types';
/**

View File

@@ -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';