Skip to content

Commit

Permalink
remove installGlobals
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimLyon committed Oct 16, 2024
1 parent cb2f5c9 commit 6b40b78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import 'dotenv/config'
import * as fs from 'node:fs'

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

sourceMapSupport.install({
retrieveSourceMap: function (source) {
Expand Down

0 comments on commit 6b40b78

Please sign in to comment.