Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions refact-agent/gui/.refact/integrations.d/service_webserver.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
command: npm run dev
command_workdir: ''
command_workdir: ""
description: Runs chat-js webserver, Working on URL localhost:5173
parameters:
- name: ''
type: string
description: ''
timeout: ''
- name: "gui_dev_server"
type: string
description: ""
timeout: ""
output_filter:
limit_lines: 100
limit_chars: 10000
valuable_top_or_bottom: top
grep: (?i)error
grep_context_lines: 5
remove_from_output: ''
startup_wait_port: '6006'
startup_wait: '10'
remove_from_output: ""
startup_wait_port: "6006"
startup_wait: "10"
startup_wait_keyword: http://localhost:5173/
available:
on_your_laptop: true
Expand Down
Loading