-
Notifications
You must be signed in to change notification settings - Fork 63
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: take address from cli for tictactoe frontend #275
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.
Thanks for the contribution! This direction makes sense
ty!! will locally test this and merge in after getting off my flight :) |
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.
Can you remove the yarn.lock
file
Looks good! Sorry one last request to also remove the otherwise good to go |
@tabshaikh npm_config style reading doesn't work for pnpm so superseding this functionality with env vars in #288 |
Description
The tictactoe frontend uses a hardcoded address which may fail on changes. so adding a cli flag
--address=
.How to run it:
#274