Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: pass settings to the jinja template.
Because we did not implement a setter for the settings, command line arguments were not passed to the jinja template. Values were set, but .dict() used the _values dict which was not updated by the setter. Note that environment variables did work, so although SOLARA_THEME_VARIANT=dark HOST=localhost solara run ... Did work, the following did not: HOST=localhost solara run ... --theme-variant=dark
- Loading branch information