mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-09 17:51:47 +00:00
Update dashboard outDir
This commit is contained in:
@ -18,5 +18,10 @@ export default defineConfig({
|
|||||||
target: "http://localhost:8025"
|
target: "http://localhost:8025"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
build: {
|
||||||
|
outDir: "../build",
|
||||||
|
chunkSizeWarningLimit: 1600,
|
||||||
|
emptyOutDir: true
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user