changes to old client

This commit is contained in:
2025-04-05 12:22:17 +02:00
parent eb23bebc10
commit 9235cb0f22
11 changed files with 112 additions and 121 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0 & http-server ../bizmatch-server",
"start": "ng serve --port=4300 --host 0.0.0.0 & http-server ../bizmatch-server",
"prebuild": "node version.js",
"build": "node version.js && ng build",
"build.dev": "node version.js && ng build --configuration dev --output-hashing=all",
@@ -77,4 +77,4 @@
"tailwindcss": "^3.4.4",
"typescript": "~5.4.5"
}
}
}