add auth app start script

This commit is contained in:
Abhinav 2023-04-14 09:23:59 +05:30
parent db6e41ee9c
commit 2ffd6ed0ba

View file

@ -5,6 +5,7 @@
"scripts": {
"dev": "next dev",
"albums": "next dev -p 3002",
"auth": "next dev -p 3004",
"lint": "next lint",
"build": "next build",
"postbuild": "next export",