-
+
- )
+ );
}
diff --git a/Websites/jefes-nextjs/app/reviews/page.tsx b/Websites/jefes-nextjs/app/reviews/page.tsx
index 2b659c9..f4215b6 100644
--- a/Websites/jefes-nextjs/app/reviews/page.tsx
+++ b/Websites/jefes-nextjs/app/reviews/page.tsx
@@ -1,9 +1,14 @@
-import React from 'react'
+import React from "react";
+import { cn } from "../../lib/utils";
const Reviews = () => {
return (
-
Reviews
- )
-}
+
+ );
+};
-export default Reviews
\ No newline at end of file
+export default Reviews;
diff --git a/Websites/jefes-nextjs/bun.lockb b/Websites/jefes-nextjs/bun.lockb
index f342aa4..97c0329 100755
Binary files a/Websites/jefes-nextjs/bun.lockb and b/Websites/jefes-nextjs/bun.lockb differ
diff --git a/Websites/jefes-nextjs/package-lock.json b/Websites/jefes-nextjs/package-lock.json
index 93a7c78..8915d27 100644
--- a/Websites/jefes-nextjs/package-lock.json
+++ b/Websites/jefes-nextjs/package-lock.json
@@ -8,7 +8,6 @@
"name": "jefes-nextjs",
"version": "0.1.0",
"dependencies": {
- "@prisma/client": "5.4.2",
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.2",
@@ -20,7 +19,6 @@
"embla-carousel-react": "^8.0.0-rc14",
"lucide-react": "^0.292.0",
"next": "13.5.6",
- "prisma": "^5.4.2",
"react": "^18",
"react-day-picker": "^8.9.1",
"react-dom": "^18",
@@ -389,37 +387,6 @@
"node": ">= 8"
}
},
- "node_modules/@prisma/client": {
- "version": "5.4.2",
- "resolved": "https://registry.npmjs.org/@prisma/client/-/client-5.4.2.tgz",
- "integrity": "sha512-2xsPaz4EaMKj1WS9iW6MlPhmbqtBsXAOeVttSePp8vTFTtvzh2hZbDgswwBdSCgPzmmwF+tLB259QzggvCmJqA==",
- "hasInstallScript": true,
- "dependencies": {
- "@prisma/engines-version": "5.4.1-2.ac9d7041ed77bcc8a8dbd2ab6616b39013829574"
- },
- "engines": {
- "node": ">=16.13"
- },
- "peerDependencies": {
- "prisma": "*"
- },
- "peerDependenciesMeta": {
- "prisma": {
- "optional": true
- }
- }
- },
- "node_modules/@prisma/engines": {
- "version": "5.5.2",
- "resolved": "https://registry.npmjs.org/@prisma/engines/-/engines-5.5.2.tgz",
- "integrity": "sha512-Be5hoNF8k+lkB3uEMiCHbhbfF6aj1GnrTBnn5iYFT7GEr3TsOEp1soviEcBR0tYCgHbxjcIxJMhdbvxALJhAqg==",
- "hasInstallScript": true
- },
- "node_modules/@prisma/engines-version": {
- "version": "5.4.1-2.ac9d7041ed77bcc8a8dbd2ab6616b39013829574",
- "resolved": "https://registry.npmjs.org/@prisma/engines-version/-/engines-version-5.4.1-2.ac9d7041ed77bcc8a8dbd2ab6616b39013829574.tgz",
- "integrity": "sha512-wvupDL4AA1vf4TQNANg7kR7y98ITqPsk6aacfBxZKtrJKRIsWjURHkZCGcQliHdqCiW/hGreO6d6ZuSv9MhdAA=="
- },
"node_modules/@radix-ui/react-compose-refs": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.0.1.tgz",
@@ -3840,21 +3807,6 @@
"node": ">= 0.8.0"
}
},
- "node_modules/prisma": {
- "version": "5.5.2",
- "resolved": "https://registry.npmjs.org/prisma/-/prisma-5.5.2.tgz",
- "integrity": "sha512-WQtG6fevOL053yoPl6dbHV+IWgKo25IRN4/pwAGqcWmg7CrtoCzvbDbN9fXUc7QS2KK0LimHIqLsaCOX/vHl8w==",
- "hasInstallScript": true,
- "dependencies": {
- "@prisma/engines": "5.5.2"
- },
- "bin": {
- "prisma": "build/index.js"
- },
- "engines": {
- "node": ">=16.13"
- }
- },
"node_modules/prop-types": {
"version": "15.8.1",
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
diff --git a/Websites/jefes-nextjs/package.json b/Websites/jefes-nextjs/package.json
index d497c32..7cd98a9 100644
--- a/Websites/jefes-nextjs/package.json
+++ b/Websites/jefes-nextjs/package.json
@@ -9,7 +9,6 @@
"lint": "next lint"
},
"dependencies": {
- "@prisma/client": "5.4.2",
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.2",
@@ -21,7 +20,6 @@
"embla-carousel-react": "^8.0.0-rc14",
"lucide-react": "^0.292.0",
"next": "13.5.6",
- "prisma": "^5.4.2",
"react": "^18",
"react-day-picker": "^8.9.1",
"react-dom": "^18",
@@ -44,8 +42,5 @@
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
- },
- "prisma": {
- "seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
}
}
diff --git a/Websites/jefes-nextjs/prisma/client.ts b/Websites/jefes-nextjs/prisma/client.ts
deleted file mode 100644
index c72d247..0000000
--- a/Websites/jefes-nextjs/prisma/client.ts
+++ /dev/null
@@ -1,19 +0,0 @@
-import { PrismaClient } from '@prisma/client'
-
-// ensures there is only one instance of prisma at any given moment
-
-const prismaClientSingleton = () => {
- return new PrismaClient()
-}
-
-type PrismaClientSingleton = ReturnType
-
-const globalForPrisma = globalThis as unknown as {
- prisma: PrismaClientSingleton | undefined
-}
-
-const prisma = globalForPrisma.prisma ?? prismaClientSingleton()
-
-export default prisma
-
-if (process.env.NODE_ENV !== 'production') globalForPrisma.prisma = prisma
\ No newline at end of file