We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea8847 commit 5fd49f3Copy full SHA for 5fd49f3
epicshop/package.json
@@ -5,9 +5,9 @@
5
"test": "playwright test"
6
},
7
"dependencies": {
8
- "@epic-web/workshop-app": "^6.43.0",
9
- "@epic-web/workshop-utils": "^6.43.0",
10
- "execa": "^9.6.0",
11
- "@epic-web/workshop-cli": "^6.43.0"
+ "@epic-web/workshop-app": "^6.45.5",
+ "@epic-web/workshop-utils": "^6.45.5",
+ "epicshop": "^6.45.5",
+ "execa": "^9.6.0"
12
}
13
epicshop/setup-custom.js
@@ -1,10 +1,10 @@
1
import path from 'node:path'
2
-import { warm } from '@epic-web/workshop-cli/warm'
3
import {
4
getApps,
isProblemApp,
setPlayground,
} from '@epic-web/workshop-utils/apps.server'
+import { warm } from 'epicshop/warm'
import fsExtra from 'fs-extra'
await warm()
0 commit comments