[READ-ONLY] Mirror of https://github.com/mrgnw/cv.
0

Configure Feed

Select the types of activity you want to include in your feed.

cv / components.json
276 B 14 lines
1{ 2 "$schema": "https://shadcn-svelte.com/schema.json", 3 "style": "default", 4 "tailwind": { 5 "config": "tailwind.config.ts", 6 "css": "src/app.css", 7 "baseColor": "neutral" 8 }, 9 "aliases": { 10 "components": "$lib/components", 11 "utils": "$lib/utils" 12 }, 13 "typescript": true 14}