Update hooks configuration

This commit is contained in:
capy-ai[bot]
2026-04-17 18:31:27 +00:00
committed by GitHub
parent 1b5758b710
commit 2f54660ac4

View File

@@ -1,10 +1,25 @@
{
"$schema": "https://capy.ai/settings.schema.json",
"hooks": {
"setup": [
{
"command": "bun agent:bootstrap"
}
],
"terminals": [
{
"name": "dev",
"command": "bun dev:agent"
}
],
"previews": [
{
"name": "localhost",
"name": "Vite",
"port": 3000
},
{
"name": "Server",
"port": 8080
}
],
"context": {