Some checks failed
Deploy to Cloudflare Workers / deploy (push) Has been cancelled
18 lines
351 B
TOML
18 lines
351 B
TOML
# Supabase local development config
|
|
# See https://supabase.com/docs/guides/local-development/cli/config
|
|
# Project ref matches NEXT_PUBLIC_SUPABASE_URL (vcxpcyafnlyiyqmapyyy.supabase.co)
|
|
|
|
project_id = "vcxpcyafnlyiyqmapyyy"
|
|
|
|
[api]
|
|
enabled = true
|
|
port = 54321
|
|
|
|
[db]
|
|
port = 54322
|
|
major_version = 15
|
|
|
|
[studio]
|
|
enabled = true
|
|
port = 54323
|