config: add .xterm/.ws processors for terminal backend
This commit is contained in:
parent
e62320b732
commit
07a9bc40b4
@ -36,7 +36,9 @@
|
||||
"processors": [
|
||||
[".dspy", "dspy"],
|
||||
[".ui", "bui"],
|
||||
[".tmpl", "tmpl"]
|
||||
[".tmpl", "tmpl"],
|
||||
[".xterm", "xterm"],
|
||||
[".ws", "ws"]
|
||||
],
|
||||
"session_redis": {
|
||||
"url": "redis://127.0.0.1:6379/3"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user