feat: remix integration
This commit is contained in:
parent
7045e582c7
commit
082bd78bf7
5 changed files with 348 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue