From c8e05564841a031c7d7ded669e0800740730ed87 Mon Sep 17 00:00:00 2001 From: mpuebla Date: Thu, 17 Oct 2019 15:15:14 -0300 Subject: [PATCH] Agregadp comando para correr en puerto 4202 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d1206b..b56ce38 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "scripts": { "ng": "ng", - "start": "ng serve", + "start": "ng serve --port 4202", "build": "ng build", "test": "ng test", "lint": "ng lint", -- 1.9.1