Merge pull request #193 from bboynton97/typo-fix

no more ass
This commit is contained in:
Adam Cohen Hillel 2025-04-30 17:34:28 +02:00 committed by GitHub
commit 473a21fb98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ supabase link --project-ref your_project_reference_id
supabase db push
```
Then, go to the Supabase web platform again -> choose your project -> Project Settings -> Data API -> And in the "Exposed Schema" ass "basejump" if not already there
Then, go to the Supabase web platform again -> choose your project -> Project Settings -> Data API -> And in the "Exposed Schema" add "basejump" if not already there
4. **Configure frontend environment**:
```bash