From e116072a55f70f94b06f12ad2451351773273385 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sun, 3 Dec 2023 17:36:05 +0100 Subject: chore(deps): Java 21 Also bumps other dependencies. --- subprojects/frontend/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subprojects/frontend/vite.config.ts') diff --git a/subprojects/frontend/vite.config.ts b/subprojects/frontend/vite.config.ts index 63d5245f..fffaae20 100644 --- a/subprojects/frontend/vite.config.ts +++ b/subprojects/frontend/vite.config.ts @@ -63,7 +63,7 @@ const viteConfig: ViteConfig = { includeAssets: ['apple-touch-icon.png', 'favicon.svg'], manifest, }), - ...devModePlugins, + devModePlugins, ], base: '', define: { -- cgit v1.2.3-54-g00ecf