Restore port for DevTool

This commit is contained in:
gbuomprisco
2025-12-13 12:22:11 +08:00
parent 9681e1f90b
commit 27bf08dca1

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"clean": "git clean -xdf .next .turbo node_modules",
"dev": "next dev --port=3011 | pino-pretty -c",
"dev": "next dev --port=3010 | pino-pretty -c",
"format": "prettier --check --write \"**/*.{ts,tsx}\" --ignore-path=\"../../.prettierignore\""
},
"dependencies": {