Skip to content

Commit a69e20e

Browse files
committed
install globals early
1 parent 11defa5 commit a69e20e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
import 'source-map-support/register.js'
22
import 'dotenv/config'
3+
import { installGlobals } from '@remix-run/node'
34
import chalk from 'chalk'
45
import closeWithGrace from 'close-with-grace'
56

7+
installGlobals()
8+
69
closeWithGrace(async ({ err }) => {
710
if (err) {
811
console.error(chalk.red(err))

0 commit comments

Comments
 (0)