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

[NO-ISSUE] refactor/improvements #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

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
@@ -60,7 +60,7 @@ impl Application {

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