Skip to content

Commit 12f1f80

Browse files
committed
Code cleanup / misc bug fixes
1 parent f7a9eef commit 12f1f80

26 files changed

+1528
-735
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"build": "next build",
88
"start": "next start",
99
"lint": "next lint",
10-
"generate": "prisma generate"
10+
"generate": "npx prisma generate",
11+
"push": "npx prisma db push",
12+
"find:unused": "next-unused"
1113
},
1214
"dependencies": {
1315
"@clerk/backend": "^1.23.11",
@@ -79,8 +81,15 @@
7981
"@types/react-dom": "^18",
8082
"eslint": "^9",
8183
"eslint-config-next": "15.1.6",
84+
"next-unused": "^0.0.6",
8285
"postcss": "^8",
8386
"tailwindcss": "^3.4.15",
8487
"typescript": "^5"
88+
},
89+
"next-unused": {
90+
"alias": {},
91+
"include": [],
92+
"exclude": [],
93+
"entrypoints": []
8594
}
8695
}

public/images/card/AmexLogo.png

-18.7 KB
Binary file not shown.

public/images/card/DiscoverLogo.png

-555 KB
Binary file not shown.

public/images/card/MastercardLogo.png

-64.9 KB
Binary file not shown.

public/images/card/Unknown.png

-7.35 KB
Binary file not shown.

public/images/card/VisaLogo.png

-69.7 KB
Binary file not shown.

public/images/card/bgs/BlueCardBG.png

-70.6 KB
Binary file not shown.
-50.1 KB
Binary file not shown.
-44.7 KB
Binary file not shown.
-40.3 KB
Binary file not shown.

public/images/lockscript.png

71.4 KB
Loading

public/next.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/vercel.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/app/(main)/page.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
import { Icons } from "@/components/ui/icons";
21
import {VaultPage} from "@/components/vault/vault-page";
32
import prismadb from "@/lib/prismadb";
4-
import { RedirectToSignIn, SignedOut } from "@clerk/nextjs";
5-
import { auth } from "@clerk/nextjs/server";
3+
import {auth} from "@clerk/nextjs/server";
64
import {instantiateVault} from "../actions";
75

86
export const dynamic = "force-dynamic";

src/app/favicon.ico

141 KB
Binary file not shown.

src/components/ui/edit-password-dialog.tsx

Lines changed: 0 additions & 146 deletions
This file was deleted.

0 commit comments

Comments
 (0)