very incomplete progress on sign-in

This commit is contained in:
Oliver Heywood
2021-10-12 10:17:50 -05:00
parent 19ee8de456
commit a8dd2af268
19 changed files with 360 additions and 48 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",