From 4faeadbfe137ea39544c431a345fcdd93da32b5e Mon Sep 17 00:00:00 2001 From: developomp Date: Tue, 4 Jul 2023 11:01:51 +0900 Subject: [PATCH] refactor: fix svelte config --- apps/main/svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/main/svelte.config.js b/apps/main/svelte.config.js index f381203..22b3030 100644 --- a/apps/main/svelte.config.js +++ b/apps/main/svelte.config.js @@ -3,7 +3,7 @@ import { vitePreprocess } from "@sveltejs/kit/vite" /** @type {import('@sveltejs/kit').Config} */ const config = { - preprocess: vitePreprocess(), + preprocess: [vitePreprocess()], kit: { adapter: adapter({