Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
| { | |
| "$schema": "https://ui.shadcn.com/schema.json", | |
| "style": "default", | |
| "rsc": true, | |
| "tsx": true, | |
| "tailwind": { | |
| "config": "tailwind.config.js", | |
| "css": "app/globals.css", | |
| "baseColor": "stone", | |
| "cssVariables": false | |
| }, | |
| "aliases": { | |
| "components": "@/components", | |
| "utils": "@/lib/utils" | |
| } | |
| } |