chore: add dev:proxy script and change start port
- Add dev:proxy script using HTTPS_PROXY for proxied local development - Update start script to run on port 9135
This commit is contained in:
+2
-1
@@ -4,8 +4,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
|
"dev:proxy": "HTTPS_PROXY=http://127.0.0.1:7891 next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start -p 9135",
|
||||||
"build:start": "npm run build && npm run start",
|
"build:start": "npm run build && npm run start",
|
||||||
"lint": "eslint",
|
"lint": "eslint",
|
||||||
"lint:fix": "eslint --fix",
|
"lint:fix": "eslint --fix",
|
||||||
|
|||||||
Reference in New Issue
Block a user