feat: add devmode flag; introduce live reload support; update examples

This commit is contained in:
Joao Goncalves
2025-11-11 00:14:13 -01:00
parent a0d672cabe
commit 03ce9808e6
14 changed files with 161 additions and 109 deletions

View File

@@ -33,5 +33,5 @@ func main() {
})
})
v.Start(":3000")
v.Start()
}