fixed build

This commit is contained in:
Khalim Conn-Kowlessar 2025-11-03 19:17:49 +00:00
parent 040b13dd57
commit f873acd48a
2 changed files with 7 additions and 1 deletions

View file

@ -72,6 +72,12 @@ export const PlanType: [string, ...string[]] = [
"partial_cavity_eco",
"extraction_eco",
];
export type PlanTypeEnum =
| "solar_eco4"
| "solar_hhrsh_eco4"
| "empty_cavity_eco"
| "partial_cavity_eco"
| "extraction_eco";
export const planTypeEnum = pgEnum("plan_type", PlanType);
export const plan = pgTable("plan", {

View file

@ -57,7 +57,7 @@ export default async function LiveReportingPage(props: {
Live Projects
</header>
<p className="text-sm text-gray-500">
Check in on your projects' progress with real-time data updates.
{`Check in on your projects' progress with real-time data updates.`}
</p>
<div className="h-px bg-gray-200 mt-2" />
</div>