-
Notifications
You must be signed in to change notification settings - Fork 72
fix: added supabase docs #172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
1a63970
56d3602
d2262c8
b3126e8
0cc26fa
97c3cad
c9c2cc5
2379ffd
e98f4e3
f126f8e
27a1094
e9e3d29
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -236,6 +236,19 @@ npm run db:seed | |
|
|
||
| --- | ||
|
|
||
| ## π Supabase Integration | ||
|
|
||
| This project uses Supabase for external data access and future integrations. | ||
|
|
||
| Update your `.env` file with: | ||
|
|
||
| ```bash | ||
| SUPABASE_URL=... | ||
| SUPABASE_ANON_KEY=... | ||
| ``` | ||
|
|
||
|
Comment on lines
+289
to
+299
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. π οΈ Refactor suggestion Avoid README/readme duplication (case conflict). Both README.md and readme.md exist; this breaks clones on case-insensitive FS (macOS/Windows) and confuses links. Keep a single README.md. π§° Toolsπͺ LanguageTool[grammar] ~289-~289: There might be a mistake here. (QB_NEW_EN) π€ Prompt for AI Agents |
||
| --- | ||
|
|
||
| ## π Module Overview | ||
|
|
||
| ### Core Modules | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π‘ Verification agent
π§© Analysis chain
Verify variables are used in code and present in sample envs
Ensure the code expects these exact names and that .env.example/.env.test include them.
π Script executed:
Length of output: 1122
Add missing Supabase env vars to sample env files
.env.testis currently missing SUPABASE_URL and SUPABASE_ANON_KEY which are required bysrc/config/supabase.ts; add them with appropriate test placeholders.docker-compose.ymlpropagates these vars to any Supabaseβdependent services (viaenv_fileorenvironment).π§° Tools
πͺ LanguageTool
[grammar] ~239-~239: There might be a mistake here.
Context: ...eed ``` --- ## π Supabase Integration This project uses Supabase for external ...
(QB_NEW_EN)