Go to file
Dustin ef97448b72 web: context: Own the Config
The `server::context::Context` struct now owns the
`server::config::Config` struct.  Consumers who need to access
configuration properties can obtain a reference to the configuration
using the `config()` method.

This change will ultimately support the "service" structures, which will
be constructed and owned by the context.  They will need to reference
the config as well.
2022-01-13 20:12:15 -06:00
backend web: context: Own the Config 2022-01-13 20:12:15 -06:00
ui Initial commit 2022-01-04 20:52:54 -06:00
weywot.code-workspace Initial commit 2022-01-04 20:52:54 -06:00