Skip to content

Commit

Permalink
修复nodejs高版本ssl报错问题,打包
Browse files Browse the repository at this point in the history
Co-Authored-By: LOVE69_Renpy_Remaster_Project <love69renpyremasterproject@luckykeeper.site>
  • Loading branch information
luckykeeper and love69renpyremasterproject committed Dec 22, 2023
1 parent 2d55601 commit 722179e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"author": "Luckykeeper <luckykeeper@luckykeeper.site>",
"license": "https://github.com/luckykeeper/LOVE69_renpy_remaster#%E5%BC%80%E6%BA%90%E5%A3%B0%E6%98%8E",
"scripts": {
"dev": "npx vuepress dev docs",
"build": "npx vuepress build docs"
"dev": "SET NODE_OPTIONS=--openssl-legacy-provider && npx vuepress dev docs",
"build": "SET NODE_OPTIONS=--openssl-legacy-provider && npx vuepress build docs"
},
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.9.7",
Expand Down

0 comments on commit 722179e

Please sign in to comment.