Files
cfw-autumn/.capy/settings.json
2026-04-17 18:40:07 +00:00

30 lines
456 B
JSON

{
"$schema": "https://capy.ai/settings.schema.json",
"hooks": {
"setup": [
{
"command": "bun agent:bootstrap"
}
],
"terminals": [
{
"name": "dev",
"command": "bun dev:agent"
}
],
"previews": [
{
"name": "Vite",
"port": 3000
},
{
"name": "Server",
"port": 8080
}
],
"context": {
"maxOutputLength": 2000
}
}
}