-
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
nest app boilerplate for node sdk relay #90
base: main
Are you sure you want to change the base?
Conversation
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.
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 = { |
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.
please consider using and/or updating https://github.com/Eppo-exp/sdk-test-data/blob/main/package-testing/eslint.config.EXAMPLE.mjs
@@ -0,0 +1,4 @@ | |||
{ |
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.
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); |
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.
we are using the environment variable, SDK_RELAY_PORT
for this with a default of 4000
WIP