fix: admin app redirections
This commit is contained in:
parent
243680132e
commit
40560109b5
39 changed files with 99 additions and 91 deletions
|
|
@ -4,9 +4,9 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "turbo run develop",
|
||||
"develop": "next dev -p 4000",
|
||||
"develop": "next dev -p 3002",
|
||||
"build": "next build",
|
||||
"start": "next start -p 4000",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"export": "next export"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue