added latest compiled version to git

This commit is contained in:
2026-06-09 17:50:43 +02:00
parent 9df03fba90
commit 1e647b1e32
4 changed files with 2856 additions and 1 deletions

View File

@@ -4,9 +4,10 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --watch --output-hashing none --configuration production",
"build": "concurrently \"ng build --watch --output-hashing none --configuration production\" \"node scripts/copy-latest.mjs --watch\"",
"test": "ng test",
"build:dev": "ng build --output-hashing none --watch --configuration development",
"copy-latest": "node scripts/copy-latest.mjs",
"serve": "node ./scripts/serve-dist.mjs",
"codegen": "graphql-codegen",
"client": "ng serve --port 4201 --watch --configuration development",