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

@@ -98,6 +98,7 @@
"lucide-react": "^0.312.0",
"nanoid": "3",
"next": "^14.1.3",
"@react-email/components": "^0.0.21",
"next-themes": "^0.2.1",
"node-os-utils": "1.3.7",
"node-pty": "1.0.0",
@@ -125,6 +126,7 @@
"zod": "^3.23.4"
},
"devDependencies": {
"@types/nodemailer": "^6.4.15",
"@biomejs/biome": "1.8.3",
"@types/bcrypt": "5.0.2",
"@types/dockerode": "3.3.23",

11296
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

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;