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

@@ -3,12 +3,15 @@ package driver
import (
"encoding/json"
"ironmount/internal/constants"
"log"
"net/http"
"os"
"path/filepath"
)
func Create(w http.ResponseWriter, r *http.Request) {
log.Printf("Received create request: %s", r.URL.Path)
var req struct {
Name string
}