fix: custom nextjs server

This commit is contained in:
Thanh Vu
2023-06-02 00:11:13 +07:00
committed by Thanh Vu
parent 15b5f31a74
commit 054480500f

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"