File tree 5 files changed +10
-4
lines changed
apps/pmp-web/src/environments
libs/pmp-web/shared/config/src
5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ A brilliant tool that will pimp your pull requests by collecting and presenting
11
11
- copy ` .env-sample ` file as ` .env ` in project root
12
12
- fill the ` .env ` file
13
13
- install dependencies by ` npm install ` and run ` node ./scripts/init.js `
14
- or manually copy all sample files under ` libs/pmp-web/core/src/lib/environment / ` directory
14
+ or manually copy all sample files under ` libs/pmp-web/core/src/lib/environmentSample / ` directory
15
15
without ` .sample ` key word and fill that files with proper configuration
16
16
17
17
Generate repository platform client credentials:
Original file line number Diff line number Diff line change 1
1
// This file can be replaced during build by using the `fileReplacements` array.
2
- // `ng build --prod` replaces `environment.ts` with `environment .prod.ts`.
2
+ // `ng build --prod` replaces `environment.sample. ts` with `environmentSample .prod.ts`.
3
3
// The list of file replacements can be found in `angular.json`.
4
4
5
5
export const environment = {
Original file line number Diff line number Diff line change 1
1
export * from './lib/configs/bitbucket-auth.config' ;
2
2
export * from './lib/configs/github-auth.config' ;
3
- export * from './lib/environment/environment' ;
3
+ export * from './lib/environment/environment.sample ' ;
Original file line number Diff line number Diff line change 1
- environment.ts
1
+ environment.sample. ts
2
2
environment.prod.ts
Original file line number Diff line number Diff line change 185
185
"pmp-web-shared-util-ngrx" : {
186
186
"tags" : [" platform:web" , " scope:shared" , " type:util" ]
187
187
},
188
+ "server-user-api-rest" : {
189
+ "tags" : [" platform:server" , " scope:user" , " type:api" ]
190
+ },
188
191
"server-shared-util-bitbucket" : {
189
192
"tags" : [" platform:server" , " scope:shared" , " type:util" ]
190
193
},
199
202
},
200
203
"pmp-web-shared-core" : {
201
204
"tags" : [" platform:web" , " type:core" ]
205
+ },
206
+ "pmp-web-shared-ui-generic-dialog" : {
207
+ "tags" : [" platform:web" , " scope:shared" , " type:ui" ]
202
208
}
203
209
}
204
210
}
You can’t perform that action at this time.
0 commit comments