Configuration of vendure backend

This commit is contained in:
Bayram Muhiyev
2021-07-20 11:48:33 +05:00
parent 166bb037e4
commit 4ab8dc6d20
3 changed files with 4 additions and 3 deletions

View File

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