add publish script and work on registery pages

This commit is contained in:
2023-07-24 12:52:58 +03:30
parent 14b13e1309
commit a9929e8a09
8 changed files with 68 additions and 23 deletions

View File

@@ -6,6 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"publish-3001": "next start -p 3001",
"lint": "next lint"
},
"dependencies": {