Changed next dev to port 4040

This commit is contained in:
Neshura 2022-12-10 02:59:33 +01:00
parent 7e1b28b3f6
commit 13620efcd5
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A

View file

@ -4,7 +4,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"dev:debug": "NODE_OPTIONS='--inspect' next dev -p 4040", "dev:debug": "NODE_OPTIONS='--inspect' next dev -p 4040",
"dev": "next dev", "dev": "next dev -p 4040",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint" "lint": "next lint"
@ -17,10 +17,10 @@
"swr": "^1.3.0" "swr": "^1.3.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.23.1",
"eslint-config-next": "12.2.0",
"@types/dockerode": "^3.3.14", "@types/dockerode": "^3.3.14",
"@types/react": "^18.0.14", "@types/react": "^18.0.14",
"eslint": "^8.23.1",
"eslint-config-next": "12.2.0",
"typescript": "^4.7.4" "typescript": "^4.7.4"
} }
} }