Actually fix emotion cache bullshittery this time

This commit is contained in:
2023-10-19 16:49:10 -04:00
parent ef0915df4f
commit f89ded9ae8
3 changed files with 10 additions and 5 deletions

View File

@ -1,6 +1,6 @@
import { createPagesFunctionHandler } from "@remix-run/cloudflare-pages";
// @ts-ignore
import build from "@remix-run/dev/server-build.";
// @ts-expect-error
import * as build from "@remix-run/dev/server-build";
const handleRequest = createPagesFunctionHandler({
build,