Spaces:
Running
Running
| { | |
| "$schema": "https://next.shadcn-svelte.com/schema.json", | |
| "tailwind": { | |
| "css": "src/app.css", | |
| "baseColor": "stone" | |
| }, | |
| "aliases": { | |
| "components": "@/components", | |
| "utils": "$lib/utils", | |
| "ui": "@/components/ui", | |
| "hooks": "$lib/hooks", | |
| "lib": "$lib" | |
| }, | |
| "typescript": true, | |
| "registry": "https://next.shadcn-svelte.com/registry" | |
| } | |