diff --git a/package.json b/package.json index 2606527..3c31661 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "scripts": { - "dev": "cross-env HOST=yazd-nobat.localhost PORT=3000 next dev", + "dev": "cross-env HOST=yazd-nobat.localhost PORT=3000 NODE_TLS_REJECT_UNAUTHORIZED=0 next dev", "build": "next build", "start": "next start", "lint": "next lint"