fix: support ipv6 for nextjs

This commit is contained in:
Thanh Vu
2023-06-01 23:54:27 +07:00
committed by Thanh Vu
parent 316fb49339
commit 15b5f31a74
3 changed files with 35 additions and 2 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"build": "next build && tsc --project tsconfig.server.json",
"start": "node dist/index.js",
"lint": "next lint",
"db-studio": "prisma db studio",
"stripe:listen": "stripe listen --forward-to localhost:3000/api/stripe/webhook"