feat: respect context in server
This commit is contained in:
parent
06049169a2
commit
f5436f5ee3
32 changed files with 359 additions and 204 deletions
7
server/dev/dev-handler.ts
Normal file
7
server/dev/dev-handler.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { createRequestHandler } from 'react-router';
|
||||
|
||||
export default createRequestHandler(
|
||||
// @ts-expect-error: React Router Vite plugin
|
||||
() => import('virtual:react-router/server-build'),
|
||||
'development',
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue