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

Configure Feed

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

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