Fix: The edit box for the headers parameter of the invoke operator is always loading. #4265 (#4266)

### 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:
balibabu 2024-12-27 15:03:42 +08:00 committed by GitHub
parent c7818770f4
commit c75aa11ae6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,10 @@ export default defineConfig({
},
},
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: [
{
context: ['/api', '/v1'],