Skip to content

Commit

Permalink
fix source-map-support
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Sep 13, 2023
1 parent 31ffc44 commit f6f1245
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'source-map-support/register.js'
import 'dotenv/config'
import { installGlobals } from '@remix-run/node'
import chalk from 'chalk'
Expand Down
1 change: 0 additions & 1 deletion tests/setup/setup-test-env.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'dotenv/config'
import 'source-map-support/register.js'
import './db-setup.ts'
import '#app/utils/env.server.ts'
// we need these to be imported first 👆
Expand Down

0 comments on commit f6f1245

Please sign in to comment.