basic rules

This commit is contained in:
miloschwartz
2026-03-29 14:19:26 -07:00
parent 9dc9b6a2c3
commit 2841c5ed4e
6 changed files with 1955 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ import { SidebarNavItem } from "@app/components/SidebarNav";
import { Env } from "@app/lib/types/env";
import { build } from "@server/build";
import {
BellRing,
Boxes,
Building2,
Cable,
@@ -219,6 +220,11 @@ export const orgNavSections = (
title: "sidebarBluePrints",
href: "/{orgId}/settings/blueprints",
icon: <ReceiptText className="size-4 flex-none" />
},
{
title: "sidebarAlerting",
href: "/{orgId}/settings/alerting",
icon: <BellRing className="size-4 flex-none" />
}
]
},