feat(homelab)!: create interface for homelab management, use templating for route generation & support more options and route types

This commit is contained in:
2026-01-11 14:57:19 -08:00
parent 29cff3bf84
commit 1f43dff2c5
46 changed files with 3908 additions and 109 deletions

View File

@@ -12,6 +12,7 @@ return {
tsx = { "prettier" },
nix = { "nixfmt" },
go = { "gofmt" },
svelte = { "prettier" },
},
format_on_save = {
-- These options will be passed to conform.format()