30 lines
456 B
JSON
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
|
|
}
|
|
}
|
|
}
|