Skip to content

Commit 3c2d318

Browse files
committed
chore: apply prettier formatting
1 parent cf84fc5 commit 3c2d318

4 files changed

Lines changed: 11 additions & 26 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,12 @@ The project includes a full local Supabase setup for waitlist persistence. **Thi
152152

153153
#### Available database scripts
154154

155-
| Script | Command | Description |
156-
| --- | --- | --- |
157-
| `npm run db:start` | `supabase start` | Start local Supabase (Docker containers) |
158-
| `npm run db:stop` | `supabase stop` | Stop local Supabase |
159-
| `npm run db:reset` | `supabase db reset` | Drop & recreate DB, run migrations + seed |
160-
| `npm run db:migration <name>` | `supabase migration new` | Create a new blank migration file |
155+
| Script | Command | Description |
156+
| ----------------------------- | ------------------------ | ----------------------------------------- |
157+
| `npm run db:start` | `supabase start` | Start local Supabase (Docker containers) |
158+
| `npm run db:stop` | `supabase stop` | Stop local Supabase |
159+
| `npm run db:reset` | `supabase db reset` | Drop & recreate DB, run migrations + seed |
160+
| `npm run db:migration <name>` | `supabase migration new` | Create a new blank migration file |
161161

162162
#### Supabase Studio
163163

package-lock.json

Lines changed: 3 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/features/waitlist/WaitlistForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ export default function WaitlistForm() {
152152
</Card>
153153
</div>
154154
);
155-
}
155+
}

src/lib/supabase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const serviceRoleKey = process.env.SUPABASE_SERVICE_ROLE_KEY;
1010
*/
1111
export const supabase: SupabaseClient = createClient(
1212
supabaseUrl,
13-
supabaseAnonKey,
13+
supabaseAnonKey
1414
);
1515

1616
/**

0 commit comments

Comments
 (0)