We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I might be wrong but I was not able to publish to heroku with --extra-options, I think extra_options is not being used in this function here.
heroku
--extra-options
extra_options
Any help appreciated!
The text was updated successfully, but these errors were encountered:
Yup that's definitely a bug.
Sorry, something went wrong.
Tested with datasette publish heroku fixtures.db --extra-options="--config sql_time_limit_ms:4000"
datasette publish heroku fixtures.db --extra-options="--config sql_time_limit_ms:4000"
https://blooming-anchorage-31561.herokuapp.com/-/config
17863d1
No branches or pull requests
I might be wrong but I was not able to publish to
heroku
with--extra-options
, I thinkextra_options
is not being used in this function here.Any help appreciated!
The text was updated successfully, but these errors were encountered: