Skip to content

Commit

Permalink
Dealing with OpenSSL compatibility errors
Browse files Browse the repository at this point in the history
  • Loading branch information
takanakahiko committed Oct 8, 2023
1 parent 6b8c55b commit ce0ca5d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"private": true,
"scripts": {
"generateTtl": "ts-node scripts/index.ts",
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"start": "nuxt-ts start",
"generate": "nuxt-ts generate",
"dev": "NODE_OPTIONS=--openssl-legacy-provider nuxt-ts",
"build": "NODE_OPTIONS=--openssl-legacy-provider nuxt-ts build",
"start": "NODE_OPTIONS=--openssl-legacy-provider nuxt-ts start",
"generate": "NODE_OPTIONS=--openssl-legacy-provider nuxt-ts generate",
"lint": "eslint --ext .ts,.js,.vue .",
"precommit": "npm run lint"
},
Expand Down Expand Up @@ -38,7 +38,7 @@
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-vue": "^6.2.2",
"n3": "^1.5.0",
"nodemon": "^2.0.20",
"nodemon": "^3.0.1",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"ts-node": "^8.10.2",
Expand Down

0 comments on commit ce0ca5d

Please sign in to comment.