The focus of this patch was to extend the kobweb binary to play nicer with Docker containers
- Pass "no-sandbox" arg into Chrome when doing an export
- See 6eaab70 for details.
- Force --no-daemon in production mode (so the server doesn't have a hanging Gradle daemon hogging up its resources)
- Add a way to query
.kobweb/conf.yamlvalues- For example,
kobweb conf server.portso you don't have to hardcode the port number anymore
- For example,
Also:
- Tweaked link colors in dark mode (they were still a bit too dark on a black background)
- Fixed a handful of shadowing warnings so they stop showing up every time you compile the project.