chore: switch to vite for server dev
This commit is contained in:
parent
377641265b
commit
c9603ba38a
16 changed files with 444 additions and 265 deletions
|
|
@ -23,10 +23,11 @@
|
|||
"forceConsistentCasingInFileNames": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"~/*": ["./app/*"]
|
||||
},
|
||||
"~/*": ["./app/*"],
|
||||
"~server/*": ["./server/*"]
|
||||
},
|
||||
|
||||
// Vite takes care of building everything, not tsc.
|
||||
"noEmit": true
|
||||
}
|
||||
// Vite takes care of building everything, not tsc.
|
||||
"noEmit": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue