mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
Add exclude directories and fix type labels
This commit is contained in:
parent
10d192667a
commit
63d3275d20
@ -79,6 +79,7 @@ export const TAB_LABELS: Record<TabType, string> = {
|
||||
connection: 'Connections',
|
||||
debug: 'Debug',
|
||||
'event-logs': 'Event Logs',
|
||||
notes: 'Notes',
|
||||
update: 'Updates',
|
||||
'task-manager': 'Task Manager',
|
||||
'tab-management': 'Tab Management',
|
||||
|
@ -35,5 +35,9 @@
|
||||
"**/.server/**/*.tsx",
|
||||
"**/.client/**/*.ts",
|
||||
"**/.client/**/*.tsx"
|
||||
],
|
||||
"exclude": [
|
||||
"mobile",
|
||||
"examples"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user