From f73cd3d81b903a70308445fa423108ca337419ff Mon Sep 17 00:00:00 2001 From: Julien Gautier Date: Wed, 4 Oct 2023 14:19:29 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20d'une=20commande=20de=20d=C3=A9marrage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fbd1bf1..00d1bdd 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "start": "ng serve --configuration development", "build": "ng build", "watch": "ng build --watch --configuration development", - "local": "ng build --watch --configuration local", + "local": "ng serve --configuration local", "lint": "ng lint", "test": "ng test" },