varabyte / kobweb-cli

The CLI binary that drives the interactive Kobweb experience. See varabyte/kobweb
Apache License 2.0
10 stars 5 forks source link

Kobweb binary throws an exception instead of a useful error message if a conf.yaml file is not present #5

Closed bitspittle closed 7 months ago

bitspittle commented 1 year ago

At least with kobweb run, but other commands should be checked.

To repro:

$ kobweb create app
$ cd app/site
$ rm .kobweb/conf.yaml
$ kobweb run
bitspittle commented 7 months ago

Fixed in 0.9.14