-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathconfig.json
More file actions
26 lines (26 loc) · 758 Bytes
/
config.json
File metadata and controls
26 lines (26 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"version": "3.2.2",
"author": "Your Name or Company",
"projects": {
"my-app": {
"dir": "~/projects/my-app",
"claude_md": "~/projects/my-app/CLAUDE.md",
"deploy_target": "netlify",
"repo": "github.com/youruser/my-app"
},
"another-project": {
"dir": "~/projects/another-project",
"claude_md": "~/projects/another-project/CLAUDE.md",
"deploy_target": "railway",
"repo": "github.com/youruser/another-project"
}
},
"_note": "External webhooks are opt-in via MEMSTACK_DEVLOG_WEBHOOK env var",
"headroom": {
"auto_start": true,
"port": 8787,
"health_url": "http://127.0.0.1:8787/health",
"startup_flags": "--llmlingua-device cpu",
"required_extras": ["[code]"]
}
}