fix a few problems with template sources

This commit is contained in:
blek 2023-11-06 13:53:08 +10:00
parent 68471b6e4f
commit 9ca7174c85
Signed by: blek
GPG Key ID: 14546221E3595D0C
2 changed files with 2 additions and 2 deletions

View File

@ -5,4 +5,4 @@ cd /opt/code
cargo check
cargo build
cargo watch -w src -w templates -w static -x run
cargo watch -w src -w templates/source -w static -x run

View File

@ -1,2 +1,2 @@
./*.html
*
!.gitignore