Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 .env
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ ACCESS_TOKEN_URL=
AUTHORIZE_URL=
TOKEN_URL=
SPLITWISE_API_KEY=
DISCORD_WEBHOOK_URL=
# SPLITWISE_GROUP_ID=79865654
MONGODB_URI=
# If you need to build a SaaS application with Stripe subscription payment with checkout page, customer portal, webhook, etc.
# You can check out the Next.js Boilerplate SaaS: https://nextjs-boilerplate.com/pro-saas-starter-kit

Expand Down
3 changes: 3 additions & 0 deletions .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ ACCESS_TOKEN_URL=
AUTHORIZE_URL=
TOKEN_URL=
SPLITWISE_API_KEY=
DISCORD_WEBHOOK_URL=
# SPLITWISE_GROUP_ID=79865654
MONGODB_URI=
# If you need to build a SaaS application with Stripe subscription payment with checkout page, customer portal, webhook, etc.
# You can check out the Next.js Boilerplate SaaS: https://nextjs-boilerplate.com/pro-saas-starter-kit

Expand Down
177 changes: 169 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
"chart.js": "^4.4.9",
"daisyui": "^5.0.27",
"drizzle-orm": "^0.41.0",
"mongodb": "^6.15.0",
"mongoose": "^8.13.2",
"next": "^15.3.0",
"next-intl": "^3.26.5",
"pg": "^8.14.1",
Expand Down
Loading
Loading