Add shadcn/ui + Storybook

This commit is contained in:
cte
2025-01-30 12:50:09 -08:00
parent 886070de2d
commit 4cf455ed39
17 changed files with 2024 additions and 120 deletions

View File

@@ -9,5 +9,6 @@
"dist": true // set this to false to include "dist" folder in search results
},
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off"
"typescript.tsc.autoDetect": "off",
"editor.formatOnSave": true
}