rearrage_stuff
This commit is contained in:
12
frontend/vite.config.js
Executable file
12
frontend/vite.config.js
Executable file
@@ -0,0 +1,12 @@
|
||||
import { defineConfig } from "vite";
|
||||
import devtoolsJson from "vite-plugin-devtools-json";
|
||||
|
||||
export default defineConfig({
|
||||
root: ".",
|
||||
plugins: [devtoolsJson()],
|
||||
build: {
|
||||
outDir: "../public/",
|
||||
emptyOutDir: true, // also necessary
|
||||
sourcemap: true,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user