diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 19d03c39..fc366c6e 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -10,7 +10,7 @@ const plugins = [ template: { compilerOptions: { compatConfig: { - MODE: 2, + MODE: 3, }, }, },