Added emptyOutDir option to Vite build config
This commit is contained in:
@@ -14,6 +14,7 @@ export default defineConfig({
|
||||
},
|
||||
base: './',
|
||||
build: {
|
||||
outDir: path.resolve(__dirname, '../lightrag/api/webui')
|
||||
outDir: path.resolve(__dirname, '../lightrag/api/webui'),
|
||||
emptyOutDir: true
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user