mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-14 04:36:01 +08:00
### What problem does this PR solve? Fix: The edit box for the headers parameter of the invoke operator is always loading. #4265 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
c7818770f4
commit
c75aa11ae6
@ -30,7 +30,10 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
devtool: 'source-map',
|
devtool: 'source-map',
|
||||||
copy: ['src/conf.json'],
|
copy: [
|
||||||
|
{ from: 'src/conf.json', to: 'dist/conf.json' },
|
||||||
|
{ from: 'node_modules/monaco-editor/min/vs/', to: 'dist/vs/' },
|
||||||
|
],
|
||||||
proxy: [
|
proxy: [
|
||||||
{
|
{
|
||||||
context: ['/api', '/v1'],
|
context: ['/api', '/v1'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user