jazzdotdev / jazzdotdev/jazz

web server doesn't start when web-server is the only toml section

Open
#111 8 comments 0 reactions 0 assignees View on GitHub
component/handlers progress/1
Dominant language
Rust
Stars
147
Forks
10
PR merge metrics
No merged PRs in 30d

Description

In [torchbear-simple-webserver](https://github.com/foundpatterns/torchbear-simple-webserver), when `torchbear.toml` is:

~~~
[web-server]
host = "0.0.0.0:3000"
~~~

It doesn't start. Instead, one has add another sections for it to work:

~~~
[web-server]
host = "0.0.0.0:3000"
[general]
init = "init.lua"
~~~

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.