This commit is contained in:
sdarbinyan
2026-05-19 02:01:36 +04:00
parent 6e5fb3b86a
commit cb2666177a
91 changed files with 4806 additions and 756 deletions

View File

@@ -12,7 +12,10 @@
"build:dexar": "ng build --configuration=production",
"build:novo": "ng build --configuration=novo-production",
"watch": "ng build --watch --configuration development",
"test": "ng test"
"test": "ng test",
"lavero": "ng serve --configuration=lavero --port 4202 --proxy-config proxy.conf.lavero.json",
"start:lavero": "ng serve --configuration=lavero --port 4202",
"build:lavero": "ng build --configuration=lavero-production"
},
"private": true,
"dependencies": {
@@ -46,5 +49,4 @@
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.9.3"
}
}
}