We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ce91e commit bc54bf8Copy full SHA for bc54bf8
vite.config.mjs renamed to vite.config.js
@@ -1,5 +1,4 @@
1
import { fileURLToPath, URL } from "node:url";
2
-
3
import { defineConfig } from "vite";
4
import vue from "@vitejs/plugin-vue";
5
import VueDevTools from "vite-plugin-vue-devtools";
@@ -19,4 +18,4 @@ export default defineConfig({
19
18
"@": fileURLToPath(new URL("./src", import.meta.url)),
20
},
21
22
-});
+});
0 commit comments