diff --git a/frontend/vite.config.mts b/frontend/vite.config.mts index 858eb696e2..b25031f7b9 100644 --- a/frontend/vite.config.mts +++ b/frontend/vite.config.mts @@ -26,10 +26,10 @@ const vitestConfig = vitestDefineConfig({ css: { preprocessorOptions: { scss: { - api: 'modern-compiler' - } - } - } + api: 'modern-compiler', + }, + }, + }, }); export default mergeConfig(