Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix remix dev server being goofy in node16 module resolution
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 15a816f commit ef0915d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server.ts
@@ -1,5 +1,6 @@
import { createPagesFunctionHandler } from "@remix-run/cloudflare-pages";
import * as build from "@remix-run/dev/server-build.js";
// @ts-ignore
import build from "@remix-run/dev/server-build.";

const handleRequest = createPagesFunctionHandler({
build,
Expand Down

0 comments on commit ef0915d

Please sign in to comment.