style(index): switch to shadcn/ui zinc theme
All checks were successful
build dist / build-dist (push) Successful in 27s

This commit is contained in:
z0x 2025-04-01 21:06:20 -04:00
parent 961554a15d
commit b58637ee69
33 changed files with 1097 additions and 88 deletions

View file

@ -4,9 +4,10 @@
"exclude": ["dist"],
"compilerOptions": {
"strictNullChecks": true,
"allowImportingTsExtensions": true,
"baseUrl": ".",
"paths": {
"@*": ["./src/*"]
"@/*": ["./src/*"]
}
}
}