chore: comment on local port

This commit is contained in:
Han Qiao
2025-07-23 15:45:11 +08:00
committed by GitHub
parent d9e25d90f6
commit d3753c9dbc

View File

@@ -45,6 +45,8 @@ steps:
with:
version: latest
- run: supabase db start
# Optionally connect to the database using psql
- run: psql 'postgres://postgres:postgres@localhost:54322/postgres' -c ''
```
Since Supabase CLI relies on Docker Engine API, additional setup may be required