Merge pull request #114 from Hestia-Homes/eco-project-data

fixed build
This commit is contained in:
KhalimCK 2025-11-03 19:19:17 +00:00 committed by GitHub
commit 2f95ac08c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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>