fixed novo market apis

This commit is contained in:
sdarbinyan
2026-04-13 23:19:38 +04:00
parent 77737f0ba9
commit 06a7568386
7 changed files with 26 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
"ng": "ng",
"start": "ng serve",
"dexar": "ng serve --configuration=development --port 4200",
"novo": "ng serve --configuration=novo --port 4201",
"novo": "ng serve --configuration=novo --port 4201 --proxy-config proxy.conf.novo.json",
"start:dexar": "ng serve --configuration=development --port 4200",
"start:novo": "ng serve --configuration=novo --port 4201",
"build": "ng build",