Skip to content

Add missing frontend lib files#12

Merged
brobertsaz merged 1 commit intobrobertsaz:mainfrom
gkastanis:fix/missing-frontend-lib-files
Dec 2, 2025
Merged

Add missing frontend lib files#12
brobertsaz merged 1 commit intobrobertsaz:mainfrom
gkastanis:fix/missing-frontend-lib-files

Conversation

@gkastanis
Copy link
Contributor

Fixes #7

  • Add frontend/src/lib/auth.tsx with AuthProvider and useAuth hook
  • Add frontend/src/lib/api.ts with chat, getKBStats, listDocuments, etc.
  • Add frontend/src/lib/filePicker.ts with path utilities
  • Update .gitignore to not ignore frontend/src/lib/

These files were imported but never committed, preventing fresh installations from building the frontend.

🤖 Generated with Claude Code

Fixes brobertsaz#7

- Add frontend/src/lib/auth.tsx with AuthProvider and useAuth hook
- Add frontend/src/lib/api.ts with chat, getKBStats, listDocuments, etc.
- Add frontend/src/lib/filePicker.ts with path utilities
- Update .gitignore to not ignore frontend/src/lib/

These files were imported but never committed, preventing fresh
installations from building the frontend.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@brobertsaz brobertsaz merged commit a7b7c4e into brobertsaz:main Dec 2, 2025
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Missing frontend/src/lib/auth.tsx file causes build failure on fresh install

2 participants

Comments