feat: remix integration

This commit is contained in:
afiqzudinhadi 2025-07-08 22:43:39 +08:00
parent 7045e582c7
commit 082bd78bf7
5 changed files with 348 additions and 3 deletions

View file

@ -7,7 +7,8 @@
"skipLibCheck": true,
"paths": {
"~/*": ["./app/*"],
"@repo/ui/*": ["../../packages/ui/src/*"]
"@repo/ui/*": ["../../packages/ui/src/*"],
"@repo/db/*": ["../../packages/db/src/*"]
},
// Vite takes care of building everything, not tsc.