mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
build: enable empty out dir vite option (#3107)
This commit is contained in:
parent
aac4c4772c
commit
fb59ff6972
|
@ -37,6 +37,7 @@ export default defineConfig(({ mode }) => {
|
||||||
build: {
|
build: {
|
||||||
sourcemap,
|
sourcemap,
|
||||||
outDir: "../internal/server/public_html",
|
outDir: "../internal/server/public_html",
|
||||||
|
emptyOutDir: true,
|
||||||
assetsDir: "static",
|
assetsDir: "static",
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
output: {
|
output: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user