Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugs logs #551

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
5f3988f
Update README.md
iamabhaymittal Feb 25, 2025
7c64bf7
fix: move prisma from dev deps to deps
iamabhaymittal Feb 25, 2025
54d33ab
fix: pnpm lock file issue
iamabhaymittal Feb 25, 2025
9ba13cf
move husky to dependecies
iamabhaymittal Feb 25, 2025
9c1564a
fix: update pnpm-lock.yaml to correctly reflect dependencies and tran…
iamabhaymittal Feb 25, 2025
099cea4
your commit message
iamabhaymittal Feb 25, 2025
e8cdcc6
feat: add path alias for src directory in Next.js configuration
iamabhaymittal Feb 25, 2025
d16d142
refactor: update path alias resolution using import.meta.url
iamabhaymittal Feb 25, 2025
81fb852
feat: add Prisma path alias to Next.js configuration
iamabhaymittal Feb 25, 2025
d7e22fb
feat: expand path aliases in Next.js configuration
iamabhaymittal Feb 25, 2025
efbb57c
Revert tsconfig changes
iamabhaymittal Feb 25, 2025
0e03f02
refactor: simplify TypeScript configuration and path aliases
iamabhaymittal Feb 25, 2025
f3cb903
refactor(tsconfig): organize and update compiler options for clarity …
iamabhaymittal Feb 25, 2025
7fe7ceb
Revert to commit b63006f: [brief description of why]
iamabhaymittal Feb 26, 2025
af39ea7
feat(auth): enhance NextAuth with custom callbacks and logging
iamabhaymittal Feb 26, 2025
81ee7bb
chore: add console log for Google sign-in function
iamabhaymittal Feb 26, 2025
6f9776b
chore(dependencies): update various dependencies to latest versions i…
iamabhaymittal Feb 26, 2025
5b5847a
chore: update dependencies and scripts
iamabhaymittal Feb 26, 2025
af69f74
feat(auth): extend NextAuth user type with custom properties
iamabhaymittal Feb 26, 2025
9022f90
chore next-auth : rm overrides
vinayboggavarapu Feb 26, 2025
4b91319
Merge branch 'main' of https://github.com/IngaugeCO/captable
vinayboggavarapu Feb 26, 2025
979ffd9
chore(sentry): re-enable logger for better error tracking
vinayboggavarapu Feb 27, 2025
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
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ export default hasSentry
silent: true,
widenClientFileUpload: true,
hideSourceMaps: true,
disableLogger: true,
disableLogger: false,
})
: bundleAnalyzer(nextConfig);
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"postinstall": "prisma generate",
"prepare": "husky",
"lint": "biome check --apply ./src",
"email:dev": "mailpit",
"email:dev": "migrate grate grate grate ilpit",
"format": "biome format --write ./src && prisma format",
"email:preview": "email preview ./src/emails",
"copy:pdfjs": "node scripts/copy-pdfjs-worker.cjs",
Expand All @@ -33,12 +33,13 @@
"@ark-ui/react": "^2.2.3",
"@aws-sdk/client-s3": "^3.577.0",
"@aws-sdk/s3-request-presigner": "^3.577.0",
"@blocknote/react": "^0.12.2",
"@blocknote/react": "^0.12.4",
"@hono/swagger-ui": "^0.4.0",
"@hono/zod-openapi": "^0.15.1",
"@hookform/resolvers": "^3.9.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.13.0",
"@next/bundle-analyzer": "^14.2.3",
"@prisma/client": "^5.22.0",
"@prisma/generator-helper": "^5.17.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
Expand All @@ -59,7 +60,7 @@
"@radix-ui/react-tooltip": "^1.1.2",
"@react-email/components": "0.0.25",
"@react-pdf/renderer": "^3.4.4",
"@remixicon/react": "^4.0.1",
"@remixicon/react": "^4.6.0",
"@scalar/nextjs-api-reference": "^0.4.18",
"@sentry/nextjs": "^8.19.0",
"@simplewebauthn/browser": "^10.0.0",
Expand All @@ -70,10 +71,10 @@
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-table": "^8.20.1",
"@tremor/react": "^3.17.4",
"@trpc/client": "^10.43.6",
"@trpc/client": "^10.45.2",
"@trpc/next": "^10.45.2",
"@trpc/react-query": "^10.43.6",
"@trpc/server": "^10.43.6",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
"@types/bcryptjs": "^2.4.6",
"@types/papaparse": "^5.3.14",
"@wojtekmaj/react-hooks": "^1.20.0",
Expand All @@ -85,11 +86,12 @@
"dayjs": "^1.11.11",
"hono": "^4.5.8",
"html-to-image": "^1.11.11",
"input-otp": "^1.1.0",
"husky": "^9.1.7",
"input-otp": "^1.4.2",
"jose": "^5.3.0",
"lodash-es": "^4.17.21",
"mime": "^4.0.3",
"nanoid": "^5.0.4",
"nanoid": "^5.1.2",
"next": "^14.2.4",
"next-auth": "^4.24.7",
"next-nprogress-bar": "^2.3.13",
Expand All @@ -99,6 +101,7 @@
"pg-boss": "^10.1.1",
"pino": "^9.3.1",
"pino-pretty": "^11.2.2",
"prisma": "^5.22.0",
"prisma-extension-pagination": "^0.7.4",
"prisma-json-types-generator": "^3.0.4",
"pushmodal": "^1.0.4",
Expand All @@ -109,7 +112,7 @@
"react-hook-form": "^7.52.1",
"react-number-format": "^5.3.4",
"react-pdf": "^8.0.2",
"sharp": "^0.33.3",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"stripe": "^15.8.0",
"superjson": "^2.2.1",
Expand All @@ -123,29 +126,26 @@
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@blocknote/core": "^0.13.2",
"@faker-js/faker": "^8.4.0",
"@faker-js/faker": "^8.4.1",
"@flydotio/dockerfile": "^0.5.8",
"@next/bundle-analyzer": "^14.2.3",
"@simplewebauthn/types": "^10.0.0",
"@tailwindcss/typography": "^0.5.12",
"@tailwindcss/typography": "^0.5.16",
"@types/cookie": "^0.6.0",
"@types/inquirer": "^9.0.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.12",
"@types/nodemailer": "^6.4.14",
"@types/nodemailer": "^6.4.17",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.23",
"@types/react-dom": "^18.3.5",
"@types/ua-parser-js": "^0.7.39",
"autoprefixer": "^10.4.19",
"colors": "^1.4.0",
"husky": "^9.1.3",
"inquirer": "^9.2.22",
"knip": "^5.17.2",
"knip": "^5.45.0",
"lint-staged": "^15.2.2",
"postcss": "^8.4.40",
"prisma": "^5.13.0",
"tailwindcss": "^3.4.3",
"tsx": "^4.7.0",
"tsx": "^4.19.3",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
Expand Down
Loading
Loading