From 93dfa807796e7e15a0901d2befd8f2cf92908055 Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Sat, 1 Feb 2025 03:57:33 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20TODO=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.mts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.mts b/vite.config.mts index f41b2cd340..f091ae42cd 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -89,6 +89,7 @@ export default defineConfig((options) => { }), isElectron && [ cleanDistPlugin(), + // TODO: 関数で切り出して共通化できる部分はまとめる electron([ { entry: "./backend/electron/main.ts",