From 2f301538df8a6547c8db5fb42a30ac0a5ec671e0 Mon Sep 17 00:00:00 2001 From: Napsty Date: Thu, 15 Dec 2022 08:38:46 +0100 Subject: [PATCH] Adding stats template with JSON output --- data/templates/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/templates/Makefile.am b/data/templates/Makefile.am index e4b0134..040a8d9 100644 --- a/data/templates/Makefile.am +++ b/data/templates/Makefile.am @@ -3,7 +3,8 @@ templatesdir = $(pkgdatadir) TEMPLATES = \ debug.html \ default.html \ - stats.html + stats.html \ + stats-json.html templates_DATA = \ $(TEMPLATES)