Fixed typo in Gruntfile; added Make tasks to compile frontend assets; Modernized the gathering of benchmark result data for the test view

This commit is contained in:
2025-07-14 13:53:50 -04:00
parent 82f42ecbed
commit bef17b5a59
12 changed files with 171 additions and 26 deletions

View File

@ -21,6 +21,9 @@ func main() {
// initialize database
models.Open()
// initialize base renderer
f.Use(flamego.Renderer())
// initialize templating engine
f.Use(template.Templater())