Skip to content

Commit

Permalink
chore: repo overall update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Nov 20, 2024
1 parent 854b776 commit c6f6080
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/canyon-platform/app/api/vi/health/route.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// export const dynamic = 'force-static'
// import prisma from "@/lib/prisma";

export async function GET() {
// const users = await prisma.user.findMany();

return Response.json("230614");
}
2 changes: 1 addition & 1 deletion packages/canyon-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "prisma generate && next dev --turbopack",
"build": "prisma generate && next build",
"start": "next start",
"start": "next start --port 8080",
"format": "prettier --write ."
},
"dependencies": {
Expand Down

0 comments on commit c6f6080

Please sign in to comment.