starting refactor to shadcn and redb

This commit is contained in:
xyroscar
2025-11-23 19:03:09 -08:00
parent 72e2573f1e
commit 9bb1d91f56
55 changed files with 4163 additions and 4328 deletions

View File

@@ -1,3 +1,6 @@
{
"svelte.enable-ts-plugin": true
"svelte.enable-ts-plugin": true,
"files.associations": {
"*.css": "tailwindcss"
}
}