Skip to content

Conversation

@GuillaumeDecMeetsMore
Copy link
Collaborator

@GuillaumeDecMeetsMore GuillaumeDecMeetsMore commented Jul 1, 2024

Changed

  • Convert Makefile to Justfile
    • Autocomplete list the commands with their comments
image
  • Update a few dependencies so that it builds
  • Generate sqlx's offline mode files (docs)

@GuillaumeDecMeetsMore GuillaumeDecMeetsMore self-assigned this Jul 1, 2024
async fn configure_server(context: NettuContext) -> Result<(Server, u16), std::io::Error> {
let port = context.config.port;
let address = format!("0.0.0.0:{}", port);
let address = format!("127.0.0.1:{}", port);
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Might need to change this again when deploying, but for the moment, let's listen only on localhost interface (as any other app)

@GuillaumeDecMeetsMore GuillaumeDecMeetsMore marked this pull request as ready for review July 4, 2024 07:53
@GuillaumeDecMeetsMore GuillaumeDecMeetsMore changed the title refactor/improvements [NO-ISSUE] refactor/improvements Jul 4, 2024
@GuillaumeDecMeetsMore
Copy link
Collaborator Author

I'll update the readme in a follow-up PR

Copy link

@mm-zacharydavison mm-zacharydavison left a comment

Choose a reason for hiding this comment

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

LGTM but what are all the .sqlx files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants