We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91946ce commit 7abb5cfCopy full SHA for 7abb5cf
package.json
@@ -5,8 +5,8 @@
5
"scripts": {
6
"dev": "next dev",
7
"dev:default": "env-cmd -f .env.default next dev",
8
- "build": "next build && npm run load-sample-data:no-env && npm run build-indexes:no-env",
9
- "start": "next start",
+ "build": "export NODE_OPTIONS=--openssl-legacy-provider && next build && npm run load-sample-data:no-env && npm run build-indexes:no-env",
+ "start": "export NODE_OPTIONS=--openssl-legacy-provider && next start",
10
"lint": "next lint",
11
"format:check": "prettier --check ./**/*.js",
12
"format:write": "prettier --write ./**/*.js",
0 commit comments