From d932186727af548162ffc372b86bcc6251d5ec10 Mon Sep 17 00:00:00 2001 From: streaper2 Date: Sun, 26 Apr 2026 22:51:04 +0200 Subject: [PATCH] feat: initialize admin package with Next.js 16 and Prisma dependencies and update type declaration route path --- admin/package.json | 1 + next-env.d.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/package.json b/admin/package.json index 3c3fcdb..fe1bb42 100644 --- a/admin/package.json +++ b/admin/package.json @@ -13,6 +13,7 @@ "@prisma/client": "6.19.3", "@prisma/config": "6.19.3", "@types/bcryptjs": "^2.4.6", + "afrohub": "file:..", "bcryptjs": "^3.0.3", "dotenv": "^17.4.1", "lucide-react": "^1.8.0", diff --git a/next-env.d.ts b/next-env.d.ts index c4b7818..9edff1c 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,6 +1,6 @@ /// /// -import "./.next/dev/types/routes.d.ts"; +import "./.next/types/routes.d.ts"; // NOTE: This file should not be edited // see https://nextjs.org/docs/app/api-reference/config/typescript for more information.