This commit is contained in:
Kim Ravn Hansen
2025-09-15 11:28:25 +02:00
parent 58c48fdc4b
commit c19557ba33
19 changed files with 1546 additions and 26 deletions

8
server/frontend/vite.config.js Executable file
View File

@@ -0,0 +1,8 @@
export default {
root: ".",
build: {
outDir: "../public/",
emptyOutDir: true, // also necessary
sourcemap: "inline",
},
};