-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(pmp): scope of the libs within repository domain #193
base: master
Are you sure you want to change the base?
Conversation
nx.json
Outdated
}, | ||
"server-repository-core-application-services": { | ||
"tags": ["platform:server", "scope:repository", "type:application-services"] | ||
"tags": ["platform:server", "scope:repository-core", "type:application-services"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
leave server as it was
nx.json
Outdated
@@ -190,15 +190,6 @@ | |||
}, | |||
"server-shared-util-typescript": { | |||
"tags": ["platform:server", "scope:shared", "type:util"] | |||
}, | |||
"server-shared-config": { | |||
"tags": ["platform:server", "scope:shared", "type:config"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what happened here?
@@ -10,7 +10,7 @@ function initPmpWebEnvironment(): void { | |||
const prodEnvironmentFile = 'libs/pmp-web/shared/config/src/lib/environment/environment.prod.ts'; | |||
|
|||
fs.copyFileSync( | |||
'libs/pmp-web/shared/config/src/lib/environment/environment.sample.ts', | |||
'libs/pmp-web/shared/config/src/lib/environment/environment.ts', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why?
@@ -1,5 +0,0 @@ | |||
export const environment = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert
e75e410
to
0597955
Compare
a90dd2d
to
1880184
Compare
1880184
to
9f77c94
Compare
b04f6fc
to
19b6ac0
Compare
refs #141
closes #141