Revert "fix: support ipv6 for nextjs"

This reverts commit f9de6671e0aa29e25e872a80aa334d3319e3e522.
This commit is contained in:
Thanh Vu
2023-06-02 14:01:40 +07:00
committed by Thanh Vu
parent db99bf3674
commit c41007e026
3 changed files with 2 additions and 35 deletions

View File

@@ -4,8 +4,8 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && tsc --project tsconfig.server.json",
"start": "node dist/index.js",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db-studio": "prisma db studio",
"stripe:listen": "stripe listen --forward-to localhost:3000/api/stripe/webhook"