chore: split dev and production deployment env
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
"scripts": {
|
||||
"dev": "next dev -p 3210",
|
||||
"build": "next build",
|
||||
"build:test": "next build",
|
||||
"build:prod": "next build",
|
||||
"start": "next start",
|
||||
"lint": "eslint",
|
||||
"typecheck": "tsc --noEmit --incremental false"
|
||||
|
||||
Reference in New Issue
Block a user