Water web service

Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
Thomas Klaehn
2025-04-17 12:44:35 +02:00
parent f71c15b4d2
commit 6a9a42adc6
42 changed files with 328 additions and 6427 deletions

1
.vscode/launch.json vendored
View File

@@ -10,7 +10,6 @@
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/main.go",
"preLaunchTask": "npm: build - webui"
}
]
}