production and staging(development)

This commit is contained in:
2026-04-30 12:06:48 +03:00
parent 2133cd830f
commit f6d0adea4c
5 changed files with 35 additions and 14 deletions
+3 -2
View File
@@ -3,7 +3,8 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config src/proxy.conf.json",
"start_dev_docker": "ng serve --proxy-config src/proxy.conf.docker.json",
"start_dev": "ng serve --proxy-config src/proxy.conf.json",
"start_prod": "ng serve --configuration production",
"build": "ng build",
"watch": "ng build --watch --configuration development",
@@ -55,4 +56,4 @@
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.9.3"
}
}
}