yay
This commit is contained in:
8
server/frontend/vite.config.js
Executable file
8
server/frontend/vite.config.js
Executable file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
root: ".",
|
||||
build: {
|
||||
outDir: "../public/",
|
||||
emptyOutDir: true, // also necessary
|
||||
sourcemap: "inline",
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user