Skip to content

Commit

Permalink
IDK
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-ebey committed Aug 22, 2023
1 parent c25a59d commit 83c49ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/remix-express/server.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// IDK why this is needed when it's in the tsconfig..........
// YAY PROJECT REFERENCES!
/// <reference lib="DOM.Iterable" />

import type * as express from "express";
import type { AppLoadContext, ServerBuild } from "@remix-run/node";
import {
Expand Down

0 comments on commit 83c49ee

Please sign in to comment.