Skip to content

Commit

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

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

const allApps = await getApps()
const uniqueApps = allApps.filter(
Expand Down Expand Up @@ -67,9 +63,3 @@ if (!process.env.SKIP_PRISMA) {
}
console.log('✅ prisma client generated')
}

getWatcher().close()

/*
Cannot copy '../prisma/build/index.js' to a subdirectory of itself, '../prisma/build/index.js'.
*/

0 comments on commit 9757ff0

Please sign in to comment.