Skip to content

Commit

Permalink
fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
iglooe committed May 7, 2024
1 parent 5b40d74 commit 10cc3eb
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 6 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@
"drizzle-kit": "^0.20.14",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-drizzle": "^0.2.3",
"eslint-plugin-tailwindcss": "^3.15.1",
"pg": "^8.11.3",
"postcss": "^8.4.34",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
},
Expand Down
28 changes: 27 additions & 1 deletion pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions prettier.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ const config = {
"@ianvs/prettier-plugin-sort-imports",
"prettier-plugin-tailwindcss",
],
};
}

export default config;
export default config
4 changes: 2 additions & 2 deletions src/utils/uploadthing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {
generateUploadDropzone,
} from "@uploadthing/react"

import type { OurFileRouter } from "~/app/api/uploadthing/core"
import type { OurFileRouter } from "~/app/api/uploadthing/core"
// prettier-ignore
import type { OurFileRouter } from "~/app/api/uploadthing/core";

export const UploadButton = generateUploadButton<OurFileRouter>()
export const UploadDropzone = generateUploadDropzone<OurFileRouter>()
Expand Down

0 comments on commit 10cc3eb

Please sign in to comment.