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 56603cc commit e6eca57Copy full SHA for e6eca57
index.js
@@ -1,9 +1,9 @@
1
import 'dotenv/config'
2
import * as fs from 'node:fs'
3
4
-//import { installGlobals } from '@remix-run/node'
+import { installGlobals } from '@remix-run/node'
5
import sourceMapSupport from 'source-map-support'
6
-//installGlobals({ nativeFetch: true })
+installGlobals({ nativeFetch: true })
7
8
sourceMapSupport.install({
9
retrieveSourceMap: function (source) {
0 commit comments