diff --git a/vite.config.ts b/vite.config.ts index 5d1d25c..40863ad 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -44,9 +44,11 @@ export default defineConfig({ // 리버스 프록시를 통한 도메인 접근 허용 allowedHosts: [ 'dev.sam.kr', + 'dev.codebridge-x.com', 'localhost', '127.0.0.1', '.sam.kr', // 서브도메인 와일드카드 + '.codebridge-x.com', // 서브도메인 와일드카드 ], }, }) \ No newline at end of file