Spaces:
Paused
Paused
Update entrypoint.sh
Browse files- entrypoint.sh +1 -0
entrypoint.sh
CHANGED
|
@@ -8,5 +8,6 @@ sed -i 's X_WPAD_URL '"$X_WPAD_URL"' g' ./index.ts
|
|
| 8 |
|
| 9 |
cat ./index.ts
|
| 10 |
|
|
|
|
| 11 |
npm i
|
| 12 |
npm run start
|
|
|
|
| 8 |
|
| 9 |
cat ./index.ts
|
| 10 |
|
| 11 |
+
npm install wrangler@3.53.1
|
| 12 |
npm i
|
| 13 |
npm run start
|