Initial T3 scaffold with models, API helpers, and dashboard

This commit is contained in:
2025-09-09 10:50:50 +10:00
parent 635253db31
commit 14453c32fe
26 changed files with 7286 additions and 30 deletions

6
src/styles/globals.css Normal file
View File

@@ -0,0 +1,6 @@
@import "tailwindcss";
@theme {
--font-sans: var(--font-geist-sans), ui-sans-serif, system-ui, sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}