热重载

This commit is contained in:
2024-10-25 00:57:50 +08:00
parent 342d25811d
commit d3e3a0d79b
7 changed files with 161 additions and 525 deletions

9
runner.conf Normal file
View File

@@ -0,0 +1,9 @@
root: ./bin
tmp_path: ./tmp
build_name: bin/main
build_log: runner-build-errors.log
valid_ext: .go, .tpl, .tmpl, .html
no_rebuild_ext: .tpl, .tmpl, .html
ignored: assets, tmp
build_delay: 600
colors: 1