server with basic hot reload

This commit is contained in:
2025-11-30 10:09:53 +02:00
parent f1ed3c977a
commit 44e92bcfef
14 changed files with 700 additions and 18 deletions

View File

@@ -14,4 +14,4 @@ var rootCmd = &cobra.Command{
func Execute() error {
return rootCmd.Execute()
}
}