Update hooks configuration

This commit is contained in:
capy-ai[bot]
2026-04-17 18:30:16 +00:00
committed by GitHub
parent f73cd4bcdc
commit 1b5758b710

14
.capy/settings.json Normal file
View File

@@ -0,0 +1,14 @@
{
"$schema": "https://capy.ai/settings.schema.json",
"hooks": {
"previews": [
{
"name": "localhost",
"port": 3000
}
],
"context": {
"maxOutputLength": 2000
}
}
}