Skip to content

Commit ec2fc4b

Browse files
committed
fix setup
1 parent d2f96ae commit ec2fc4b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

epicshop/setup-custom.js

-6
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@ import {
44
isProblemApp,
55
setPlayground,
66
} from '@epic-web/workshop-utils/apps.server'
7-
import { getWatcher } from '@epic-web/workshop-utils/change-tracker.server'
87
import fsExtra from 'fs-extra'
98

10-
// getApps expects this env var
11-
process.env.NODE_ENV = 'development'
12-
139
const allApps = await getApps()
1410
const problemApps = allApps.filter(isProblemApp)
1511

@@ -33,5 +29,3 @@ if (!process.env.SKIP_PLAYGROUND) {
3329
)
3430
}
3531
}
36-
37-
getWatcher().close()

0 commit comments

Comments
 (0)