Improve live reload injection

This commit is contained in:
2025-04-04 23:06:53 +02:00
parent a3cebd2b3e
commit 82c60b14b2
4 changed files with 158 additions and 53 deletions

View File

@ -26,7 +26,7 @@ func main() {
app := &cli.App{
Name: "gowebbuild",
Usage: "All in one tool to build web frontend projects.",
Version: "7.0.0",
Version: "7.1.0",
Authors: []*cli.Author{{
Name: "trading-peter (https://github.com/trading-peter)",
}},