Skip to content

Commit

Permalink
update kcdshop
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Feb 20, 2024
1 parent afe7729 commit bdf19b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setup-custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import {
getApps,
isProblemApp,
setPlayground,
} from '@kentcdodds/workshop-app/apps.server'
import { getWatcher } from '@kentcdodds/workshop-app/change-tracker'
} from '@kentcdodds/workshop-utils/apps.server'
import { getWatcher } from '@kentcdodds/workshop-utils/change-tracker'

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

0 comments on commit bdf19b3

Please sign in to comment.