mirror of
https://github.com/vercel/commerce.git
synced 2025-06-20 06:01:21 +00:00
setup debugging for Next.js
This commit is contained in:
parent
01243682ce
commit
740192affe
@ -2,7 +2,7 @@
|
|||||||
"name": "nextjs-commerce",
|
"name": "nextjs-commerce",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "NODE_OPTIONS='--inspect' next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"analyze": "BUNDLE_ANALYZE=both yarn build",
|
"analyze": "BUNDLE_ANALYZE=both yarn build",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user