Skip to content

Commit 65a4c57

Browse files
refactor: remove better-auth login and registration pages
- Deleted the login page and its associated server logic for better-auth. - Removed the Playwright demo page and its test file. - Updated layout CSS to include new theme variables and font imports. - Added Geist Mono and Inter font files along with their licenses. - Configured D1 database in wrangler.jsonc for Cloudflare Workers.
1 parent bdcd624 commit 65a4c57

98 files changed

Lines changed: 794 additions & 190 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

drizzle/0001_slow_gambit.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ALTER TABLE `user` ADD `username` text;--> statement-breakpoint
2+
ALTER TABLE `user` ADD `display_username` text;--> statement-breakpoint
3+
CREATE UNIQUE INDEX `user_username_unique` ON `user` (`username`);

0 commit comments

Comments
 (0)