Install Firefox 94 instead of the latest Nightly

This commit is contained in:
ngosang
2022-07-30 22:21:20 +02:00
parent e505f906ea
commit 3ed7cc713e
6 changed files with 51 additions and 56 deletions

View File

@@ -3,6 +3,7 @@
"version": "2.2.4",
"description": "Proxy server to bypass Cloudflare protection.",
"scripts": {
"install": "node install.js",
"start": "tsc && node ./dist/server.js",
"build": "tsc",
"dev": "nodemon -e ts --exec ts-node src/server.ts",