From 50828dc23d9e83520d629d1835dd7d85884c7bcd Mon Sep 17 00:00:00 2001 From: i3kae Date: Wed, 13 Nov 2024 16:54:20 +0900 Subject: [PATCH] =?UTF-8?q?typo:=20front=20vite=20lint=20=EC=97=90?= =?UTF-8?q?=EB=9F=AC=20=EC=88=98=EC=A0=95=20-=20=EC=84=B8=EB=AF=B8=20?= =?UTF-8?q?=EC=BD=9C=EB=A1=A0=20=EB=B9=A0=EC=A0=B8=EC=9E=88=EB=8D=98=20?= =?UTF-8?q?=EC=97=90=EB=9F=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 744f8e83..cd27c5b8 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -20,4 +20,4 @@ export default defineConfig(({ mode }) => ({ outDir: '.dist' }, cacheDir: '.vite' -})) +}));