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

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