From 77557e4ca106dbc52af86eff0bf0e5b01ca6947c Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Sat, 14 Dec 2024 16:26:56 -0500 Subject: [PATCH 1/2] fix convex link --- app/routes/_libraries/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/routes/_libraries/index.tsx b/app/routes/_libraries/index.tsx index 11e980dd..31d7bd93 100644 --- a/app/routes/_libraries/index.tsx +++ b/app/routes/_libraries/index.tsx @@ -188,7 +188,10 @@ const OssStats = () => {
- +
From 5c179131e43ff760fb8e319490d60870903821d7 Mon Sep 17 00:00:00 2001 From: SeanCassiere <33615041+SeanCassiere@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:09:51 +1300 Subject: [PATCH 2/2] style: prettier to ignore convex generated files --- .prettierignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.prettierignore b/.prettierignore index fd1b50a5..b40caf3a 100644 --- a/.prettierignore +++ b/.prettierignore @@ -2,4 +2,6 @@ **/build **/public pnpm-lock.yaml -routeTree.gen.ts \ No newline at end of file +routeTree.gen.ts +convex/_generated +convex/README.md \ No newline at end of file