mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
fix: will I ever make relative paths work?
This commit is contained in:
@@ -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,
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user