diff --git a/package.json b/package.json index 20d9d62e2..538027113 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "prelint:fix": "rm -rf .next", "lint:fix": "next lint --fix --max-warnings 0 && tsc", "prepare": "husky", - "start": "node .next/standalone/server.js", + "start": "node .next/standalone/server.js --openssl-legacy-provider", "test:component": "cypress open --component", "test:component:headless": "cypress run --component", "test:e2e": "start-server-and-test test:setup http://127.0.0.1:3000/en/sponsoring \"cypress open --e2e\"",