Skip to content
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

nest app boilerplate for node sdk relay #90

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

maya-the-mango
Copy link

WIP

Copy link
Collaborator

@typotter typotter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome start 💪 .
Thanks for asking questions and working on this. Just a few small bits to tidy up the scaffold, then onwards and upwards

@@ -0,0 +1,25 @@
module.exports = {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -0,0 +1,4 @@
{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we've got this as well. Pretty sure prettier picks it up in subdirectories.
https://github.com/Eppo-exp/sdk-test-data/blob/main/package-testing/.prettierrc

banditLogger: banditLogger,
});

await app.listen(process.env.PORT ?? 3000);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are using the environment variable, SDK_RELAY_PORT for this with a default of 4000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants