init: gnumake for live restarts on src \ tailwind

This commit is contained in:
efim
2023-10-28 15:51:34 +00:00
parent 77cd5da548
commit c19eb9104e
5 changed files with 44 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ func main() {
flag.IntVar(&port, "port", 8080, "Port on which the server should start")
flag.Parse()
fmt.Printf("Server will start on port %d", port)
fmt.Printf("Server will start on port %d\n", port)
routes.RegisterRoutes()