We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2f5c9 commit 6b40b78Copy full SHA for 6b40b78
index.js
@@ -1,9 +1,7 @@
1
import 'dotenv/config'
2
import * as fs from 'node:fs'
3
4
-import { installGlobals } from '@remix-run/node'
5
import sourceMapSupport from 'source-map-support'
6
-installGlobals({ nativeFetch: true })
7
8
sourceMapSupport.install({
9
retrieveSourceMap: function (source) {
0 commit comments