Browse Source

chore: remove NODE_OPTIONS=--openssl-legacy-provider

Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
pull/1125/head
Wing-Kam Wong 3 years ago
parent
commit
e936565d90
  1. 2
      packages/nc-gui/package.json

2
packages/nc-gui/package.json

@ -2,7 +2,7 @@
"name": "nc-gui",
"version": "0.11.35",
"scripts": {
"dev": "NODE_OPTIONS=--openssl-legacy-provider EE=true nuxt",
"dev": "EE=true nuxt",
"build": "EE=true nuxt build",
"lint": "eslint . --ext .js,.vue --fix --quiet",
"start": "EE=true nuxt start",

Loading…
Cancel
Save