New web interface, move llm engine to separate process
This commit is contained in:
@@ -5,7 +5,7 @@ set -euo pipefail
|
||||
declare -A FILTER_SETS=(
|
||||
["py"]="-f .*(\\.py|requirements.txt)$"
|
||||
["rust"]="-f .*\\.(rs|toml)$"
|
||||
["web"]="-f .*\\.(js|jsx|json|css|html)$"
|
||||
["web"]="-f .*\\.(js|jsx|json|css|html|ts|tsx|md)$"
|
||||
["doc"]="-f .*\\.md$"
|
||||
["deploy"]="-f .*(Dockerfile|akefile|\\.toml|\\.sh|\\.xsd|\\.yaml)$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user