Skip to content

Commit

Permalink
启动参数修改
Browse files Browse the repository at this point in the history
  • Loading branch information
qu-niao committed Jan 1, 2024
1 parent b3b6f9b commit 355dc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lim-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"start": "umi dev",
"start": "SET NODE_OPTIONS=--openssl-legacy-provider && umi dev",
"build": "SET NODE_OPTIONS=--openssl-legacy-provider && umi build",
"postinstall": "umi generate tmp",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
Expand Down

0 comments on commit 355dc73

Please sign in to comment.