feat: dev hot reload setup

This commit is contained in:
Nicolas Meienberger
2025-08-09 17:08:54 +02:00
parent e7463d34ef
commit 065c629ba8
11 changed files with 88 additions and 3 deletions

View File

@@ -7,7 +7,6 @@ import (
)
func Activate(w http.ResponseWriter, r *http.Request) {
// Log the activation request
log.Printf("Received activation request: %s", r.URL.Path)
resp := map[string]any{