Explorar o código

update vite.config.js

RuoYi %!s(int64=3) %!d(string=hai) anos
pai
achega
7d4b0c6c1e
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      vite.config.js

+ 4 - 4
vite.config.js

@@ -35,7 +35,7 @@ export default defineConfig(({ mode, command }) => {
           changeOrigin: true,
           rewrite: (p) => p.replace(/^\/dev-api/, '')
         }
-      },
+      }
     },
     //fix:error:stdin>:7356:1: warning: "@charset" must be the first rule in the file
     css: {
@@ -51,8 +51,8 @@ export default defineConfig(({ mode, command }) => {
               }
             }
           }
-        ],
-      },
-    },
+        ]
+      }
+    }
   }
 })