chore: add dependencies

This commit is contained in:
Mauricio Siu
2024-07-16 01:16:02 -06:00
parent 6779dec1ff
commit af11bc8cd2
3 changed files with 3743 additions and 7556 deletions

View File

@@ -17,6 +17,7 @@ import { TRPCError } from "@trpc/server";
import { eq } from "drizzle-orm";
import { findAdmin } from "./admin";
import { createDeployment, updateDeploymentStatus } from "./deployment";
import { sendBuildErrorNotifications } from "./notification";
import { validUniqueServerAppName } from "./project";
export type Application = typeof applications.$inferSelect;