This is a very tiny fix on top of v0.9.22, where if you used kobweb run a project that had a compile error in it, the CLI wouldn't surface the error.
For the curious: in the last version, we shuffled around warning / error reporting a little bit, improving the experience overall, but we missed the case where the kobweb server was just starting up. In other words, once a Kobweb server was running, errors / warnings would be shown as expected. But if a compile error was encountered before that could happen, the CLI would never get to that point.
Full Changelog: v0.9.22...v0.9.23