Skip to content

Commit 6b40b78

Browse files
committed
remove installGlobals
1 parent cb2f5c9 commit 6b40b78

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import 'dotenv/config'
22
import * as fs from 'node:fs'
33

4-
import { installGlobals } from '@remix-run/node'
54
import sourceMapSupport from 'source-map-support'
6-
installGlobals({ nativeFetch: true })
75

86
sourceMapSupport.install({
97
retrieveSourceMap: function (source) {

0 commit comments

Comments
 (0)