Added option to hot reload templates for development.

This commit is contained in:
Marvin Blum
2019-12-27 20:24:24 +01:00
parent ef1223b4aa
commit 53e7d6dcf4
4 changed files with 41 additions and 10 deletions

View File

@@ -3,5 +3,6 @@ set SCHNITTFEST_LOGLEVEL=debug
set SCHNITTFEST_ALLOWED_ORIGINS=*
set SCHNITTFEST_TLS_ENABLE=false
set SCHNITTFEST_DISABLE_CACHE=true
set SCHNITTFEST_HOT_RELOAD=true
go run main.go