mirror of https://github.com/kortix-ai/suna.git
git commit -m "feat(setup.py): improve setup wizard accuracy"
This commit is contained in:
parent
7bb74660c8
commit
b21a5efe90
2
setup.py
2
setup.py
|
@ -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...")
|
||||
|
|
Loading…
Reference in New Issue