Skip to content

Simplify serving and building

Pre-release
Pre-release
Compare
Choose a tag to compare
@MichaelCurrin MichaelCurrin released this 25 May 21:07
· 13 commits to main since this release

Stopped trying to have to serve flows. Now there is just one. No SSR needed. Also could have used Deno to substitute values in the index.html file but it was much simpler to just have two HTML files - one pointing to the dev bundle and one pointing to the prod minified bundle of another name.

The docs and Makefile had a lot of changes.