fix: will I ever make relative paths work?

This commit is contained in:
Davide Passoni
2024-12-11 10:22:53 +01:00
parent e41d3c93a6
commit dc7fd2c870
30 changed files with 468 additions and 461 deletions

View File

@@ -6,10 +6,11 @@ export default defineConfig({
plugins: [react()],
base: "./",
build: {
outDir: '../server/public'
},esbuild: {
outDir: "../server/public",
emptyOutDir : true
},
esbuild: {
minifyIdentifiers: false,
keepNames: true,
}
},
});