Revert port change in package.json scripts

This commit is contained in:
tniezg 2021-08-20 13:41:07 +02:00
parent eba8c28cc5
commit 464c8cae7c

View File

@ -2,9 +2,9 @@
"name": "nextjs-commerce",
"version": "1.0.0",
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev -p 4000",
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start -p 4000",
"start": "next start",
"analyze": "BUNDLE_ANALYZE=both yarn build",
"prettier-fix": "prettier --write .",
"find:unused": "npx next-unused",