Skip to content

Commit

Permalink
Merge pull request #15 from saroh-io/dashboard
Browse files Browse the repository at this point in the history
trying to fix deployment error
  • Loading branch information
yashmehtaofficial authored Oct 29, 2023
2 parents 7cfa253 + 77e6302 commit e060e7f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion apps/sites/components/blog-card.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Link from "next/link";
import BlurImage from "./blur-image";

import type { Post } from "@prisma/client";
import type { Post } from "database";
import { placeholderBlurhash, toDateString } from "@/lib/utils";

interface BlogCardProps {
Expand Down
2 changes: 0 additions & 2 deletions apps/sites/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"predev": "prisma generate"
},
"dependencies": {
"@prisma/client": "^5.3.1",
"@prisma/nextjs-monorepo-workaround-plugin": "^5.5.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
Expand Down Expand Up @@ -38,7 +37,6 @@
"postcss": "^8.4.31",
"tailwind-config": "workspace:*",
"tailwindcss": "^3.3.3",
"prisma": "^5.3.1",
"typescript": "^5"
}
}
6 changes: 0 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 comments on commit e060e7f

@vercel
Copy link

@vercel vercel bot commented on e060e7f Oct 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

saroh-docs – ./apps/docs

saroh-docs.vercel.app
saroh-docs-mishtusdotcom.vercel.app
saroh-docs-git-main-mishtusdotcom.vercel.app
docs.saroh.io

@vercel
Copy link

@vercel vercel bot commented on e060e7f Oct 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on e060e7f Oct 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app-saroh-io – ./apps/application

app-saroh-io.vercel.app
app-saroh-io-mishtusdotcom.vercel.app
app.saroh.io
app-saroh-io-git-main-mishtusdotcom.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e060e7f Oct 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.