[PR #3917] [MERGED] chore: remove examples and dev folder #21986

Closed
opened 2026-04-15 20:44:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3917
Author: @Bekacru
Created: 8/11/2025
Status: Merged
Merged: 8/11/2025
Merged by: @Bekacru

Base: canaryHead: remove-examples


📝 Commits (10+)

📊 Changes

914 files changed (+8914 additions, -71886 deletions)

View changed files

📝 .github/workflows/ci.yml (+2 -1)
📝 demo/nextjs/package.json (+0 -3)
dev/cloudflare/drizzle/meta/0000_snapshot.json (+0 -340)
dev/cloudflare/drizzle/meta/_journal.json (+0 -13)
examples/astro-example/.env.example (+0 -3)
examples/astro-example/.gitignore (+0 -24)
examples/astro-example/.vscode/extensions.json (+0 -4)
examples/astro-example/.vscode/launch.json (+0 -11)
examples/astro-example/README.md (+0 -26)
examples/astro-example/astro.config.mjs (+0 -17)
examples/astro-example/components.json (+0 -16)
examples/astro-example/package.json (+0 -43)
examples/astro-example/pnpm-lock.yaml (+0 -5759)
examples/astro-example/public/favicon.svg (+0 -9)
examples/astro-example/src/app.css (+0 -76)
examples/astro-example/src/auth.ts (+0 -46)
examples/astro-example/src/components/loader.tsx (+0 -16)
examples/astro-example/src/components/sign-in.tsx (+0 -185)
examples/astro-example/src/components/sign-up.tsx (+0 -166)
examples/astro-example/src/components/two-factor.tsx (+0 -187)

...and 80 more files

📄 Description

Summary by cubic

Removed all example and dev folders, including Astro, browser extension, and Expo example projects, to clean up the repository. Also removed related dependencies and configuration from demo/nextjs/package.json.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/3917 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 8/11/2025 **Status:** ✅ Merged **Merged:** 8/11/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `canary` ← **Head:** `remove-examples` --- ### 📝 Commits (10+) - [`818a13a`](https://github.com/better-auth/better-auth/commit/818a13a01f61195b42e582edf0e9fde482d6bb76) chore: remove examples - [`ab338e9`](https://github.com/better-auth/better-auth/commit/ab338e93f048f147d4a6736ef4d9b524abaf93fc) chore: add integration tests for Bun and Cloudflare environments - [`84210c5`](https://github.com/better-auth/better-auth/commit/84210c5b5e800ef56b080c1c3670c458e25ea3bf) Merge branch 'canary' into remove-examples - [`bb4be73`](https://github.com/better-auth/better-auth/commit/bb4be73d91dcb7e34b18cc409e1c432b4a412e7e) chore: check for navigtaor - [`69a9df8`](https://github.com/better-auth/better-auth/commit/69a9df83d0ccbb8510a7f5e537716245c95697da) await docker - [`51ec2fc`](https://github.com/better-auth/better-auth/commit/51ec2fcbd1a256b1333827489deadc2bb7843c4f) await isWSL - [`7368ae0`](https://github.com/better-auth/better-auth/commit/7368ae09f7362c698aaf3bf3e22d253a12e4739e) cloudflare checks - [`04ba7e3`](https://github.com/better-auth/better-auth/commit/04ba7e39f4bed72580eb62612c6b703e6c3cff6e) lockfile - [`829ef9e`](https://github.com/better-auth/better-auth/commit/829ef9e167eb941b75b8d27afadbd6435d299b26) chore: lint - [`64f5937`](https://github.com/better-auth/better-auth/commit/64f59375c9fbfc7c3c27bd03ef624c97cc9f9541) only run ci on specefic branches ### 📊 Changes **914 files changed** (+8914 additions, -71886 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+2 -1) 📝 `demo/nextjs/package.json` (+0 -3) ➖ `dev/cloudflare/drizzle/meta/0000_snapshot.json` (+0 -340) ➖ `dev/cloudflare/drizzle/meta/_journal.json` (+0 -13) ➖ `examples/astro-example/.env.example` (+0 -3) ➖ `examples/astro-example/.gitignore` (+0 -24) ➖ `examples/astro-example/.vscode/extensions.json` (+0 -4) ➖ `examples/astro-example/.vscode/launch.json` (+0 -11) ➖ `examples/astro-example/README.md` (+0 -26) ➖ `examples/astro-example/astro.config.mjs` (+0 -17) ➖ `examples/astro-example/components.json` (+0 -16) ➖ `examples/astro-example/package.json` (+0 -43) ➖ `examples/astro-example/pnpm-lock.yaml` (+0 -5759) ➖ `examples/astro-example/public/favicon.svg` (+0 -9) ➖ `examples/astro-example/src/app.css` (+0 -76) ➖ `examples/astro-example/src/auth.ts` (+0 -46) ➖ `examples/astro-example/src/components/loader.tsx` (+0 -16) ➖ `examples/astro-example/src/components/sign-in.tsx` (+0 -185) ➖ `examples/astro-example/src/components/sign-up.tsx` (+0 -166) ➖ `examples/astro-example/src/components/two-factor.tsx` (+0 -187) _...and 80 more files_ </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Removed all example and dev folders, including Astro, browser extension, and Expo example projects, to clean up the repository. Also removed related dependencies and configuration from demo/nextjs/package.json. <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 20:44:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#21986