Files
vibe-kanban/dev_assets/config.json

20 lines
365 B
JSON
Raw Normal View History

{
"theme": "light",
"executor": {
"type": "claude"
},
"disclaimer_acknowledged": true,
"onboarding_acknowledged": true,
"sound_alerts": true,
"sound_file": "abstract-sound4",
"push_notifications": true,
"editor": {
"editor_type": "vscode",
"custom_command": null
},
"github": {
"token": "",
"default_pr_base": "main"
}
}