Skip to content

Commit

Permalink
Mark TS error as expecte
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Jan 18, 2024
1 parent d693e6b commit d3c4270
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ import { getClientIPAddress } from "remix-utils/get-client-ip-address";
import { EnvSchema } from "./env";
import { Measurer } from "./measure";

// @ts-expect-error
if (process.env.NODE_ENV === "development") logDevReady(build);

// @ts-expect-error
let remix = createRequestHandler(build, build.mode);

export async function onRequest(
Expand Down

0 comments on commit d3c4270

Please sign in to comment.