Skip to content

Commit

Permalink
✨ Remove prisma and adjust icon
Browse files Browse the repository at this point in the history
  • Loading branch information
weichen-lin committed Jun 4, 2024
1 parent 8bf6dbe commit 577f175
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 383 deletions.
Binary file removed public/favicon.ico
Binary file not shown.
Binary file added public/icon-backup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 3 additions & 5 deletions src/app/api/auth/[...nextauth]/route.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import NextAuth from "next-auth";

import { authOptions } from "@/server/auth";
import NextAuth from 'next-auth';

// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
const handler = NextAuth(authOptions);
export { handler as GET, handler as POST };
// const handler = NextAuth();
// export { handler as GET, handler as POST };
Binary file modified src/app/icon.ico
Binary file not shown.
14 changes: 0 additions & 14 deletions src/server/api/root.ts

This file was deleted.

42 changes: 0 additions & 42 deletions src/server/api/routers/post.ts

This file was deleted.

101 changes: 0 additions & 101 deletions src/server/api/trpc.ts

This file was deleted.

71 changes: 0 additions & 71 deletions src/server/auth.ts

This file was deleted.

16 changes: 0 additions & 16 deletions src/server/db.ts

This file was deleted.

39 changes: 0 additions & 39 deletions src/trpc/react.tsx

This file was deleted.

65 changes: 0 additions & 65 deletions src/trpc/server.ts

This file was deleted.

30 changes: 0 additions & 30 deletions src/trpc/shared.ts

This file was deleted.

0 comments on commit 577f175

Please sign in to comment.