Initial commit
This commit is contained in:
commit
2722c7d40a
36 changed files with 6266 additions and 0 deletions
6
bacon.toml
Normal file
6
bacon.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[jobs.serve]
|
||||
command = ["cargo", "run"]
|
||||
background = false
|
||||
need_stdout = true
|
||||
on_change_strategy = "kill_then_restart"
|
||||
watch = ["templates"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue