Skip to content

Commit bd8d074

Browse files
fix custom server example
1 parent a43e2c5 commit bd8d074

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

examples/custom-node-server/server/app.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

examples/custom-node-server/server/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ declare module 'react-router' {
77
}
88
}
99

10-
export const index = createRequestHandler({
10+
export const app = createRequestHandler({
1111
// @ts-expect-error - virtual module provided by React Router at build time
1212
build: () => import('virtual/react-router/server-build'),
1313
getLoadContext() {

0 commit comments

Comments
 (0)