x-undefined-2 commited on
Commit
6696a71
·
verified ·
1 Parent(s): f49ff44

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +2 -1
entrypoint.sh CHANGED
@@ -8,6 +8,7 @@ sed -i 's X_WPAD_URL '"$X_WPAD_URL"' g' ./index.ts
8
 
9
  cat ./index.ts
10
 
11
- npm install wrangler@3.53.1
 
12
  npm i
13
  npm run start
 
8
 
9
  cat ./index.ts
10
 
11
+ npm install wrangler@3.53.2
12
+ npm install miniflare@3.0.1
13
  npm i
14
  npm run start