-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix: change order of merging configs #33
Conversation
Signed-off-by: djamaile <rdjamaile@gmail.com>
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.
This seems purely style and like a no-op, I'm surprised that it's changing behaviour - isn't the callback the first parameter either way? Weird.
src/programs/aws.ts
Outdated
const CONTAINER_SERVICE_URL = containerService.url.apply(url => | ||
url.endsWith('/') ? url.slice(0, -1) : url | ||
url.endsWith('/') ? url.slice(0, -1) : url, |
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.
While you're here, do you mind making CONTAINER_SERVICE_URL
-> containerServiceUrl
? I didn't want to bother a contributor with this nit, but I'm happy to bug you with it 😉
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.
Done in 0942039
Signed-off-by: djamaile <rdjamaile@gmail.com>
@@ -37,4 +37,4 @@ RUN echo "techdocs:" >> app-config.deployment.yaml | |||
RUN echo " generator:" >> app-config.deployment.yaml | |||
RUN echo " runIn: 'local'" >> app-config.deployment.yaml | |||
|
|||
CMD ["node", "packages/backend", "--config", "app-config.deployment.yaml", "--config", "app-config.yaml"] |
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 in tarnation is the change here? Weird why this is showing up in the diff.
baseUrl doesn't get replaced:
baseUrl gets properly replaced: