feat: Implement tournament schedule tab and fix E2E tests #27

Merged
david merged 43 commits from feature/7-schedule-tab into main 2026-04-27 01:59:17 +00:00
2 changed files with 1 additions and 11 deletions
Showing only changes of commit 2658dc07cb - Show all commits
-11
View File
@@ -1,11 +0,0 @@
# Test environment - use dev database
DATABASE_PROVIDER=postgresql
DATABASE_URL="postgresql://euchre_camp:LINGO5row_hiding@dhg.lol:5432/euchre_camp_dev"
# Better Auth Configuration
BETTER_AUTH_SECRET="your-secret-key-change-in-production"
BETTER_AUTH_URL="http://localhost:3000"
TRUSTED_ORIGINS="http://localhost:3000"
# Application configuration
NODE_ENV=production
+1
View File
@@ -62,3 +62,4 @@ playwright-report/
.env.dev .env.dev
cucumber-pretty cucumber-pretty
.env.production