alpha
Login
or
Join now
russ.fugl.dev
/
sks-website
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
build smart knowledge-sharing systems that combine the best of human expertise with smart technology
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
sks-website
/
convex
/
at
main
1 folder
3 files
Russ T. Fugal
chore(convex): add tsconfig for Convex functions
2mo ago
4cc26121
_generated
feat(convex): add waitlist schema, mutation, and provider for cidx-cloud Sets up Convex with a waitlist table (email + by_email index) and a join mutation with duplicate detection. Convex provider is scoped to the /codeindex/cloud route to avoid wrapping the entire app. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 months ago
schema.ts
feat(convex): add waitlist schema, mutation, and provider for cidx-cloud Sets up Convex with a waitlist table (email + by_email index) and a join mutation with duplicate detection. Convex provider is scoped to the /codeindex/cloud route to avoid wrapping the entire app. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 months ago
tsconfig.json
chore(convex): add tsconfig for Convex functions Stock Convex tsconfig that scopes typechecking to ./**/* and excludes the generated dir. Lets editor + tsc resolve the Convex function source without leaking its compiler settings into the Next.js project. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2 months ago
waitlist.ts
feat(convex): add waitlist schema, mutation, and provider for cidx-cloud Sets up Convex with a waitlist table (email + by_email index) and a join mutation with duplicate detection. Convex provider is scoped to the /codeindex/cloud route to avoid wrapping the entire app. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 months ago