From b992e3386afb866ae1335cfd6c6036c0b7d30c2f Mon Sep 17 00:00:00 2001 From: dscadmin Date: Tue, 8 Apr 2025 11:02:45 -0600 Subject: [PATCH] Establecer scripts dev y prod con puertos correspondientes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d10668..c76b57b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "next build", "start:local": "next build && next start -p 3246", "start:dev": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && npm install && next build && next start -p 3246", - "start:prod": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && npm install && next build && next start -p 3246", + "start:prod": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && npm install && next build && next start -p 3240", "lint": "next lint" }, "dependencies": {