git commit -m "feat(setup.py): improve setup wizard accuracy"

This commit is contained in:
Frank An 2025-08-06 18:00:16 +08:00
parent 7bb74660c8
commit b21a5efe90
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1246,7 +1246,7 @@ class SetupWizard:
print_warning("IMPORTANT: You must manually expose the 'basejump' schema.")
print_info(
"In your Supabase dashboard, go to: Project Settings -> API -> Exposed schemas"
"In your Supabase dashboard, go to: Project Settings -> Data API -> Exposed schemas"
)
print_info("Ensure 'basejump' is checked, then save.")
input("Press Enter once you've completed this step...")