-
-
Notifications
You must be signed in to change notification settings - Fork 823
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
Config file not working? #718
Comments
Having this same issue here. Air seems to be checking |
I confirmed the same issue after I updated to v1.61.4 |
I am experiencing this as well.
|
I have the same issue here |
I encountered the same issues and created a fix for the bug introduced in v1.61.4, detailed in the linked PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar to: #678
I'm not sure why but
air -c .air.toml
doesn't respect any of the settings within the config file.Notice the bin arg here set to
.tmp/WRONG
here, I should expect an error but it just runs with the default settings.However, when running inline, for example:
air --build.args_bin "serve"
it seems to workThe text was updated successfully, but these errors were encountered: