[web] Add AI workbench to alpha users (#29417)

Co-authored-by: Alf Eaton <alf.eaton@overleaf.com>
GitOrigin-RevId: 79bb329932b1e6fcc88f648bca9cc4bee215cd41
This commit is contained in:
Mathias Jakobsen
2025-11-11 09:06:08 +00:00
committed by Copybot
co-authored by Alf Eaton
parent c84cfc815a
commit 8024fe2c58
49 changed files with 8446 additions and 127 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "tailwind.css",
"baseColor": "slate",
"cssVariables": true
},
"iconLibrary": "lucide",
"aliases": {
"components": "@overleaf/ai/components",
"utils": "@overleaf/ai/utils",
"ui": "@overleaf/ai/components/ui"
},
"registries": {
"@ai-elements": "https://registry.ai-sdk.dev/{name}.json"
}
}