Skip to content

Commit

Permalink
Update setup-custom.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds authored Feb 20, 2024
1 parent 34fa581 commit f3914e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
isProblemApp,
setPlayground,
} from '@kentcdodds/workshop-utils/apps.server'
import { getWatcher } from '@kentcdodds/workshop-utils/change-tracker'
import { getWatcher } from '@kentcdodds/workshop-utils/change-tracker.server'

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

0 comments on commit f3914e1

Please sign in to comment.