This commit is contained in:
henrygd
2026-03-03 19:08:28 -05:00
parent 016d775675
commit bd74ab8d7b
9 changed files with 615 additions and 133 deletions

View File

@@ -3,6 +3,7 @@ import { createRouter } from "@nanostores/router"
const routes = {
home: "/",
containers: "/containers",
proxmox: "/proxmox",
smart: "/smart",
system: `/system/:id`,
settings: `/settings/:name?`,