From 38dedfc82972936797c1ff83db4a2effafbe024f Mon Sep 17 00:00:00 2001 From: eneller Date: Fri, 3 Apr 2026 08:47:39 +0200 Subject: [PATCH] fix: nav --- client/package.json | 1 + client/src/app/app.html | 6 +++--- client/src/app/app.ts | 24 +++++++++++++++++++----- client/src/app/services/api.ts | 1 + 4 files changed, 24 insertions(+), 8 deletions(-) diff --git a/client/package.json b/client/package.json index edf6b91..5ec072a 100644 --- a/client/package.json +++ b/client/package.json @@ -4,6 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve", + "serve": "ng serve --host 0.0.0.0", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test" diff --git a/client/src/app/app.html b/client/src/app/app.html index aebbeaa..bd8c277 100644 --- a/client/src/app/app.html +++ b/client/src/app/app.html @@ -3,13 +3,13 @@