29 lines
459 B
JSON
29 lines
459 B
JSON
{
|
|
"mode": "server",
|
|
"figma": {
|
|
"token": "***configured***",
|
|
"configured": true
|
|
},
|
|
"services": {
|
|
"storybook": {
|
|
"enabled": false,
|
|
"port": 6006,
|
|
"url": ""
|
|
},
|
|
"chromatic": {
|
|
"enabled": false,
|
|
"project_token": ""
|
|
},
|
|
"github": {
|
|
"enabled": false,
|
|
"repo": ""
|
|
}
|
|
},
|
|
"features": {
|
|
"visual_qa": false,
|
|
"token_sync": false,
|
|
"code_gen": true,
|
|
"ai_advisor": false
|
|
}
|
|
}
|