categories working

This commit is contained in:
Oliver Heywood
2021-10-11 10:11:19 -05:00
parent 3a3eb38ecc
commit b03e6f0271
3 changed files with 4 additions and 4 deletions

View File

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