Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ CLAUDE.md
GEMINI.md
.cursorrules
PROMPTS.md

# Seed scripts — local utility only, not for production
scripts/seed-admin.ts
404 changes: 330 additions & 74 deletions AGENTS.md

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference path="./.next/types/routes.d.ts" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"cloudinary": "^2.10.0",
"clsx": "^2.1.1",
"drizzle-orm": "^0.45.2",
"next": "14.2.35",
"next": "^15.5.15",
"next-auth": "5.0.0-beta.31",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-email": "^6.0.5",
"react-image-crop": "^11.0.10",
"resend": "^6.12.2",
Expand All @@ -37,11 +37,11 @@
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^3.0.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"drizzle-kit": "^0.31.10",
"eslint": "^9",
"eslint-config-next": "14.2.35",
"eslint-config-next": "15.5.15",
"tailwindcss": "^4",
"typescript": "^5"
}
Expand Down
Loading
Loading