Skip to content

Commit a9bed75

Browse files
committed
Fix typecheck
1 parent eec2ec2 commit a9bed75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/helpers/vite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export const EXPRESS_SERVER = (args: {
104104
port: number;
105105
base?: string;
106106
loadContext?: Record<string, unknown>;
107-
customLogic: string;
107+
customLogic?: string;
108108
}) =>
109109
String.raw`
110110
import { createRequestHandler } from "@react-router/express";

0 commit comments

Comments
 (0)