This repository was archived by the owner on Nov 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +3636
-124
lines changed
Expand file tree Collapse file tree 6 files changed +3636
-124
lines changed Original file line number Diff line number Diff line change 1- APP_NAME = " Cosna Cpanel"
2- APP_DEBUG = true
3- APP_URL = https://cpanel.cosna-afrique.com
4- API_URL = https://api.cosna-afrique.com
5- API_VERSION = v2
6- SENTRY_DSN =
7- SENTRY_TRACES_SAMPLE_RATE = 1.0
1+ NG_APP_NAME = " Cosna Cpanel"
2+ NG_APP_DEBUG = true
3+ NG_APP_VERSION = 1.0.0
4+ NG_APP_API_URL = https://api.cosna-afrique.com
5+ NG_APP_API_VERSION = v2
6+ NG_APP_SENTRY_DSN =
7+ NG_APP_SENTRY_TRACES_SAMPLE_RATE = 1.0
Original file line number Diff line number Diff line change 2121 "prefix" : " cosna" ,
2222 "architect" : {
2323 "build" : {
24- "builder" : " @angular-devkit/build-angular :browser" ,
24+ "builder" : " @ngx-env/builder :browser" ,
2525 "options" : {
2626 "outputPath" : " dist/cosna-cpanel" ,
2727 "index" : " src/index.html" ,
7171 "defaultConfiguration" : " production"
7272 },
7373 "serve" : {
74- "builder" : " @angular-devkit/build-angular :dev-server" ,
74+ "builder" : " @ngx-env/builder :dev-server" ,
7575 "configurations" : {
7676 "production" : {
7777 "browserTarget" : " cosna-cpanel:build:production"
8383 "defaultConfiguration" : " development"
8484 },
8585 "extract-i18n" : {
86- "builder" : " @angular-devkit/build-angular :extract-i18n" ,
86+ "builder" : " @ngx-env/builder :extract-i18n" ,
8787 "options" : {
8888 "browserTarget" : " cosna-cpanel:build"
8989 }
9090 },
9191 "test" : {
92- "builder" : " @angular-devkit/build-angular :karma" ,
92+ "builder" : " @ngx-env/builder :karma" ,
9393 "options" : {
9494 "main" : " src/test.ts" ,
9595 "polyfills" : " src/polyfills.ts" ,
108108 }
109109 },
110110 "defaultProject" : " cosna-cpanel"
111- }
111+ }
You can’t perform that action at this time.
0 commit comments