update readme
configure output directory
This commit is contained in:
@@ -12,5 +12,8 @@ export default defineConfig({
|
||||
'@': path.resolve(__dirname, './src')
|
||||
}
|
||||
},
|
||||
base: './'
|
||||
base: './',
|
||||
build: {
|
||||
outDir: path.resolve(__dirname, '../lightrag/api/webui')
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user