sergiodxa/remix-utils

Why is `@remix-run/server-runtime` a peer dependency when it's not used?

Closed this issue · 1 comments

It shows a warning/error when using pnpm and npm with new peer deps checks.

I think it can be removed?

It's used here

import { Session } from "@remix-run/server-runtime";
and
import { json as remixJson, redirect } from "@remix-run/server-runtime";