feat: Implement Gitea CI/CD release workflow, add Claude AI configuration, and correct frontend path casing.
Some checks failed
Build and Release / build-and-release (push) Failing after 26m49s
Some checks failed
Build and Release / build-and-release (push) Failing after 26m49s
This commit is contained in:
@@ -30,7 +30,7 @@ See also: [CONVEX_RULES.md](./CONVEX_RULES.md) | [CONVEX_EXAMPLES.md](./CONVEX_E
|
||||
- `files.ts` - generateUploadUrl, getFileUrl
|
||||
- `gifs.ts` - search, categories (Node actions, Tenor API)
|
||||
|
||||
## Frontend Structure (FrontEnd/Electron/src/)
|
||||
## Frontend Structure (Frontend/Electron/src/)
|
||||
|
||||
- `main.jsx` - ConvexProvider + VoiceProvider + HashRouter
|
||||
- `pages/Login.jsx` - Convex auth (getSalt + verifyUser)
|
||||
@@ -82,4 +82,4 @@ In `.env.local` at project root:
|
||||
|
||||
1. `npm install && npm run install:frontend`
|
||||
2. `npx convex dev` (starts Convex backend, creates `.env.local`)
|
||||
3. In another terminal: `cd FrontEnd/Electron && npm run dev` (or `npm run electron:dev`)
|
||||
3. In another terminal: `cd Frontend/Electron && npm run dev` (or `npm run electron:dev`)
|
||||
|
||||
Reference in New Issue
Block a user