Skip to content

fix(web): correctly apply `--datasette-extra-args`

Jamie Tanna requested to merge defect/web-datasette into main

It appears that this has been broken since the initial version 😅

This now will allow correctly specifying custom Datasette configuration options, for instance to tune the limits for SQL execution time.

Merge request reports