Commit daa8c74f by PLN (Algolia)

fix: legacy node thingy

parent f9f9f9e5
......@@ -3,6 +3,11 @@
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--openssl-legacy-provider' next dev",
"build": "NODE_OPTIONS='--openssl-legacy-provider' next build",
"start": "NODE_OPTIONS='--openssl-legacy-provider' next start"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment