Skip to content

Commit

Permalink
fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Aug 16, 2024
1 parent 29a4181 commit 53f06dd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions epicshop/setup-custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ import {
isProblemApp,
setPlayground,
} from '@epic-web/workshop-utils/apps.server'
import { getWatcher } from '@epic-web/workshop-utils/change-tracker.server'
import fsExtra from 'fs-extra'

// getApps expects this env var
process.env.NODE_ENV = 'development'

const allApps = await getApps()
const problemApps = allApps.filter(isProblemApp)

Expand All @@ -33,5 +29,3 @@ if (!process.env.SKIP_PLAYGROUND) {
)
}
}

getWatcher().close()

0 comments on commit 53f06dd

Please sign in to comment.