File size: 367 Bytes
295b7d5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
[client]
showErrorDetails = false
[runner]
magicEnabled = false
fastReruns = true
[server]
folderWatchBlacklist = ['.mypy_cache', '.git', 'llm_transparency_tool/components/frontend/node_modules', 'llm_transparency_tool/components/frontend/node_modules_bak']
headless = true
port = 7680
[browser]
gatherUsageStats = false
[theme]
base = "light"
font = "monospace"
|