Skip to content

Commit

Permalink
chore(dice-front):编译openssl报错处理
Browse files Browse the repository at this point in the history
  • Loading branch information
bihell committed Aug 7, 2023
1 parent ff0eacc commit 07d6451
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
22 changes: 9 additions & 13 deletions dice-front/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dice-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "haseo",
"private": true,
"scripts": {
"dev": "nuxt",
"dev": "export NODE_OPTIONS=--openssl-legacy-provider && nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
Expand Down

0 comments on commit 07d6451

Please sign in to comment.