Skip to content

Commit bc3a2a3

Browse files
committed
Add missing install.ts to node package
1 parent c054802 commit bc3a2a3

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

packages/remix-node/install.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/remix-node/install.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/remix-node/install.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { installGlobals } from "./globals";
2+
3+
installGlobals();

0 commit comments

Comments
 (0)