diff --git a/docs/en/install/README.md b/docs/en/install/README.md index 16c8ff433f..07b6c6405d 100644 --- a/docs/en/install/README.md +++ b/docs/en/install/README.md @@ -307,8 +307,6 @@ Heroku [no longer](https://blog.heroku.com/next-chapter) offers free product pla [![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/DIYgod/RSSHub) -After finishing the first deployment, you need to add the environment variable `VERCEL_CLI_VERSION` and its value `vercel@28.1.4` to your project settings following the instructions in [Vercel](https://vercel.com/docs/concepts/projects/environment-variables) and **redeploy**. - ## Deploy to Google App Engine(GAE) ### Before You Begin diff --git a/docs/install/README.md b/docs/install/README.md index 8dec080e17..aa0ae1d534 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -312,8 +312,6 @@ Heroku [不再](https://blog.heroku.com/next-chapter) 提供免费服务。 [![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/DIYgod/RSSHub) -完成第一次部署后,你需要按照 [Vercel](https://vercel.com/docs/concepts/projects/environment-variables) 中的说明,将环境变量 `VERCEL_CLI_VERSION` 及其数值 `vercel@28.1.4` 添加到你的项目设定然后**重新部署**。 - ## 部署到 Google App Engine ### 准备 diff --git a/package.json b/package.json index f9e4e79817..e6748d0fea 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "devDependencies": { "@napi-rs/pinyin": "1.7.0", "@types/koa": "2.13.5", - "@vercel/nft": "0.21.0", + "@vercel/nft": "0.22.1", "@vuepress/plugin-back-to-top": "1.9.7", "@vuepress/plugin-google-analytics": "1.9.7", "@vuepress/plugin-pwa": "1.9.7", diff --git a/scripts/docker/minify-docker.js b/scripts/docker/minify-docker.js index 6dacbdc715..c12274a601 100644 --- a/scripts/docker/minify-docker.js +++ b/scripts/docker/minify-docker.js @@ -12,7 +12,6 @@ const files = ['lib/index.js', 'api/vercel.js'].map((file) => path.join(projectR console.log('Start analyzing, project root:', projectRoot); const { fileList: fileSet } = await nodeFileTrace(files, { base: projectRoot, - fileIOConcurrency: 2048, }); let fileList = Array.from(fileSet); console.log('Total touchable files:', fileList.length); diff --git a/yarn.lock b/yarn.lock index c1d7f8d3db..5ef45f5fa5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2069,10 +2069,10 @@ dependencies: "@types/node" "*" -"@vercel/nft@0.21.0": - version "0.21.0" - resolved "https://registry.yarnpkg.com/@vercel/nft/-/nft-0.21.0.tgz#e0715b1997cd7021a7c7c48b584ef2295fd4b810" - integrity sha512-hFCAETfI5cG8l5iAiLhMC2bReC5K7SIybzrxGorv+eGspIbIFsVw7Vg85GovXm/LxA08pIDrAlrhR6GN36XB/Q== +"@vercel/nft@0.22.1": + version "0.22.1" + resolved "https://registry.yarnpkg.com/@vercel/nft/-/nft-0.22.1.tgz#0d91d2a21e3a7f0b23ce1550da9870eac4942828" + integrity sha512-lYYZIoxRurqDOSoVIdBicGnpUIpfyaS5qVjdPq+EfI285WqtZK3NK/dyCkiyBul+X2U2OEhRyeMdXPCHGJbohw== dependencies: "@mapbox/node-pre-gyp" "^1.0.5" acorn "^8.6.0"