Skip to content

Commit

Permalink
Fix express TS env
Browse files Browse the repository at this point in the history
  • Loading branch information
blittle committed Jul 29, 2024
1 parent 90d62c4 commit 9df49ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/express/env.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/// <reference types="vite/client" />
/// <reference types="@shopify/remix-oxygen" />
/// <reference types="@shopify/oxygen-workers-types" />
/// <reference types="@remix-run/node" />

// Enhance TypeScript's built-in typings.
import '@total-typescript/ts-reset';
Expand Down Expand Up @@ -34,7 +33,7 @@ declare global {
}
}

declare module '@shopify/remix-oxygen' {
declare module '@remix-run/node' {
/**
* Declare local additions to the Remix loader context.
*/
Expand Down

0 comments on commit 9df49ed

Please sign in to comment.