Move API to new Node architecture

Signed-off-by: Loan Laux <loan@outgrow.io>
This commit is contained in:
Loan Laux
2021-07-06 15:43:38 +03:00
parent 8dc6881cd9
commit 23e0d57cf5
32 changed files with 459 additions and 141 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 4000",
"build": "next build",
"start": "next start",
"analyze": "BUNDLE_ANALYZE=both yarn build",