From c341dd13caa8e0ae8a7f5c4136db1fcc9e75bbfc Mon Sep 17 00:00:00 2001 From: Frank An Date: Wed, 6 Aug 2025 18:00:16 +0800 Subject: [PATCH] git commit -m "feat(setup.py): improve setup wizard accuracy" --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 83d02ef6..d67b2740 100644 --- a/setup.py +++ b/setup.py @@ -1284,7 +1284,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...")