mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-03-17 18:22:39 -05:00
* feat: generate flat files * feat: init mcp * feat: enhance tab labels with themed icons and add new logos for programming languages * feat: install in onboarding flows * structural cleanup * chore: remove desktop and add buttons * feat: posthog instrumentation * fix: responsive buttons * nit: raw * feat: minisearch * feat: wip improved search * feat: update MCP installation documentation and links * chore: lint * chore: cleanup comment * fix: docstring * fix: improve search highlighting and scrolling behavior * chore: lint * chore: review * feat: add safeBase64Encode function and update origin handling in theme.config.tsx * chore: feedback * feat: ruby logo * chore: lint
17 lines
329 B
JSON
17 lines
329 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "new-york",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "tailwind.config.cjs",
|
|
"css": "styles/global.css",
|
|
"baseColor": "slate",
|
|
"cssVariables": true
|
|
},
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"utils": "@/lib/utils"
|
|
}
|
|
}
|