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 84b1461 commit cb9761cCopy full SHA for cb9761c
epicshop/package.json
@@ -6,10 +6,10 @@
6
},
7
"dependencies": {
8
"@epic-web/config": "^1.16.3",
9
- "@epic-web/workshop-app": "^6.43.0",
+ "@epic-web/workshop-app": "^6.45.5",
10
+ "@epic-web/workshop-utils": "^6.45.5",
11
"@playwright/test": "^1.49.0",
12
"cross-env": "^7.0.3",
- "@epic-web/workshop-cli": "^6.43.0",
13
- "@epic-web/workshop-utils": "^6.43.0"
+ "epicshop": "^6.45.5"
14
}
15
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,
5
isProblemApp,
setPlayground,
} from '@epic-web/workshop-utils/apps.server'
+import { warm } from 'epicshop/warm'
import fsExtra from 'fs-extra'
await warm()
0 commit comments