Skip to content

Commit

Permalink
version con next14
Browse files Browse the repository at this point in the history
  • Loading branch information
Lostovayne committed Oct 22, 2024
1 parent 0633933 commit f0acef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/(root)/(routes)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default async function Home({ searchParams }: HomePageProps) {
},
},
});

const categories = await prismadb.category.findMany();

return (
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "next start",
"lint": "next lint",
"seed": "node ./scripts/seed.ts",
"prisma": "prisma generate && prisma migrate deploy"
"prisma": "prisma generate && prisma db push"
},
"dependencies": {
"@clerk/nextjs": "^5.7.3",
Expand Down

0 comments on commit f0acef4

Please sign in to comment.