undo these

This commit is contained in:
Oliver Heywood
2021-10-11 10:20:13 -05:00
parent 517466c313
commit c40f8428fa
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
"name": "nextjs-commerce",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"analyze": "BUNDLE_ANALYZE=both yarn build",