Merge branch 'pr-977'

This commit is contained in:
Alex Shnitman
2026-05-29 14:14:05 +03:00
4 changed files with 85 additions and 99 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:watch": "ng build --watch",
"build:watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint"
},