We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84532ed commit 4b6b0adCopy full SHA for 4b6b0ad
2 files changed
epicshop/package.json
@@ -1,10 +1,10 @@
1
{
2
"type": "module",
3
"dependencies": {
4
- "@epic-web/workshop-cli": "^6.43.0",
5
- "@epic-web/workshop-utils": "^6.43.0",
6
- "@epic-web/workshop-app": "^6.43.0",
+ "@epic-web/workshop-app": "^6.45.5",
+ "@epic-web/workshop-utils": "^6.45.5",
7
"chokidar": "^4.0.3",
+ "epicshop": "^6.45.5",
8
"execa": "^9.6.0",
9
"fs-extra": "^11.3.0"
10
}
epicshop/setup-custom.js
@@ -8,7 +8,7 @@ import {
isProblemApp,
setPlayground,
} from '@epic-web/workshop-utils/apps.server'
11
-import { warm } from '@epic-web/workshop-cli/warm'
+import { warm } from 'epicshop/warm'
12
13
await warm()
14
0 commit comments