From 802aaee4bb6865bf6c3177ba1d32a6b973aa94c4 Mon Sep 17 00:00:00 2001 From: Richard Toth Date: Tue, 16 Jun 2026 16:10:51 +0200 Subject: [PATCH] setup dev env --- angular.json | 3 ++- package.json | 2 +- src/index.html | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/angular.json b/angular.json index af0a85c..066da01 100644 --- a/angular.json +++ b/angular.json @@ -2,7 +2,8 @@ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "cli": { - "packageManager": "npm" + "packageManager": "npm", + "analytics": false }, "newProjectRoot": "projects", "projects": { diff --git a/package.json b/package.json index d1e6a13..acc7fe3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "scripts": { "ng": "ng", - "start": "ng serve", + "start": "ng serve --host=0.0.0.0 --allowed-hosts true", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test", diff --git a/src/index.html b/src/index.html index 59b9c3e..09c94c0 100644 --- a/src/index.html +++ b/src/index.html @@ -2,7 +2,7 @@ - Ejc + 2026 European Junior Championships