add live reloading to the client
This commit is contained in:
parent
7169e65244
commit
5ce9cfc022
6 changed files with 38 additions and 18 deletions
|
@ -103,6 +103,12 @@ impl Treehouse {
|
|||
}
|
||||
}
|
||||
|
||||
impl Default for Treehouse {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
pub struct TomlError {
|
||||
pub message: String,
|
||||
pub span: Option<Range<usize>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue