From f0b3816c89fafa85b163e6567b38abbe1850b78c Mon Sep 17 00:00:00 2001 From: Hyoseong Jo Date: Sun, 11 Jan 2026 17:09:30 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=EB=8A=A5=EA=B5=AC=ED=98=84=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index ce7fc2d..11799bf 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -21,9 +21,6 @@ export default defineNuxtConfig({ pages: 'frontend', }, - // 서버 API 디렉토리 - serverDir: 'backend', - // 컴포넌트 자동 import components: [ { path: '~/frontend/components', pathPrefix: false }