feat: WEB-210 Added flag in npm start cmd

This commit is contained in:
Hrishikesh Vaipurkar
2024-06-25 11:45:53 +02:00
parent 22cc956611
commit 6e901f526a

View File

@@ -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\"",