Skip to content

Commit 96507e0

Browse files
committed
Allow support of our custom editor
1 parent d9ce91e commit 96507e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

vite.config.mjs renamed to vite.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { fileURLToPath, URL } from "node:url";
2-
1+
import { fileURLToPath } from "node:url";
32
import { defineConfig } from "vite";
43
import vue from "@vitejs/plugin-vue";
54
import VueDevTools from "vite-plugin-vue-devtools";
@@ -19,4 +18,4 @@ export default defineConfig({
1918
"@": fileURLToPath(new URL("./src", import.meta.url)),
2019
},
2120
},
22-
});
21+
});

0 commit comments

Comments
 (0)