refactor(all): shadcn rewrite

This commit is contained in:
z0x 2025-02-16 18:17:42 -05:00
parent a3c7945750
commit e111bdffb4
34 changed files with 1003 additions and 173 deletions

7
.gitignore vendored
View file

@ -1,5 +1,6 @@
# build output
dist/
# generated types
.astro/
@ -15,3 +16,9 @@ pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
# jetbrains setting folder
.idea/