Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .docker/docker-compose-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
PGBOUNCER_STATS_USERS: postgres

supavisor:
image: supabase/supavisor:1.1.23
image: supabase/supavisor:2.7.4
depends_on:
multitenant_db:
condition: service_healthy
Expand Down
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Attach to npm run dev:debug",
"port": 9229,
"skipFiles": ["<node_internals>/**"],
"restart": true,
"sourceMaps": true
}
]
}
Loading
Loading