mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
update knowledge_kb (#34)
* update typescript * add chunk api * remove useless code
This commit is contained in:
@ -8,6 +8,7 @@ export default defineConfig({
|
||||
npmClient: 'npm',
|
||||
base: '/',
|
||||
publicPath: '/client/dist/',
|
||||
esbuildMinifyIIFE: true,
|
||||
icons: {
|
||||
|
||||
},
|
||||
@ -17,12 +18,12 @@ export default defineConfig({
|
||||
},
|
||||
plugins: ['@umijs/plugins/dist/dva'],
|
||||
dva: {},
|
||||
proxy: {
|
||||
'/v1': {
|
||||
'target': 'http://54.80.112.79:9380/',
|
||||
'changeOrigin': true,
|
||||
'pathRewrite': { '^/v1': '/v1' },
|
||||
},
|
||||
},
|
||||
// proxy: {
|
||||
// '/v1': {
|
||||
// 'target': 'http://54.80.112.79:9380/',
|
||||
// 'changeOrigin': true,
|
||||
// 'pathRewrite': { '^/v1': '/v1' },
|
||||
// },
|
||||
// },
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user