We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f96ae commit ec2fc4bCopy full SHA for ec2fc4b
epicshop/setup-custom.js
@@ -4,12 +4,8 @@ import {
4
isProblemApp,
5
setPlayground,
6
} from '@epic-web/workshop-utils/apps.server'
7
-import { getWatcher } from '@epic-web/workshop-utils/change-tracker.server'
8
import fsExtra from 'fs-extra'
9
10
-// getApps expects this env var
11
-process.env.NODE_ENV = 'development'
12
-
13
const allApps = await getApps()
14
const problemApps = allApps.filter(isProblemApp)
15
@@ -33,5 +29,3 @@ if (!process.env.SKIP_PLAYGROUND) {
33
29
)
34
30
}
35
31
36
37
-getWatcher().close()
0 commit comments