update readme

configure output directory
This commit is contained in:
ArnoChen
2025-02-13 17:53:12 +08:00
parent c674905a98
commit bc83c4c7ed
5 changed files with 49 additions and 12 deletions

View File

@@ -12,5 +12,8 @@ export default defineConfig({
'@': path.resolve(__dirname, './src')
}
},
base: './'
base: './',
build: {
outDir: path.resolve(__dirname, '../lightrag/api/webui')
}
})