import { Button } from "@/registry/ui/button" import { Input } from "@/registry/ui/input" import { Label } from "@/registry/ui/label" import { Select } from "@/registry/ui/select" import { Separator } from "@/registry/ui/separator" import { Switch } from "@/registry/ui/switch" import { Textarea } from "@/registry/ui/textarea" const toggles = [ { name: "deploy-alerts", title: "Deploy notifications", body: "Post to the channel whenever a deploy starts, finishes or rolls back.", on: true, }, { name: "weekly-digest", title: "Weekly digest", body: "One summary every Monday: traffic, errors, and anything near a limit.", on: true, }, { name: "public-status", title: "Public status page", body: "Expose uptime and incidents at status.northwind.dev.", on: false, }, ] function Row({ children }) { return (
Applies to this project only. Workspace defaults live one level up.
Changes apply on save.
Delete this project
The API stops answering immediately. Your database is untouched.