Revert "fix: custom nextjs server"

This reverts commit 8f9a5f4ec7d834970a3e2b0778ce94218c997a8f.
This commit is contained in:
Thanh Vu
2023-06-02 14:01:24 +07:00
committed by Thanh Vu
parent 3caa01ab53
commit db99bf3674

View File

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