wip: css/ui and desktop work

This commit is contained in:
Adam 2025-10-16 14:01:49 -05:00
parent 149cb6a9ec
commit 20229f147b
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
9 changed files with 1016 additions and 473 deletions

View file

@ -7,6 +7,11 @@
"./*": "./src/*"
},
"scripts": {
"dev": "bun run dev.ts"
"dev": "bun run dev.ts",
"generate:tailwind": "bun run script/colors.ts"
},
"dependencies": {
"tailwindcss": "catalog:",
"@tailwindcss/vite": "catalog:"
}
}