Config.TOML file not updating on npx Supabase Start
The documentation indicates that "The config.toml file is automatically created when you run supabase start" (https://supabase.com/docs/guides/cli/managing-config), however, when I run
-> "npx supabase start"
-> "npx supabase link ..."
(I get) -> Local config differs from linked project. Try updating supabase/config.toml
How do I get my config.toml file to regain it's sync with my linked project?
I have updated my supabase Cli to the latest version and have run npx supabase start after that update.
Thank you so much!
-> "npx supabase start"
-> "npx supabase link ..."
(I get) -> Local config differs from linked project. Try updating supabase/config.toml
How do I get my config.toml file to regain it's sync with my linked project?
I have updated my supabase Cli to the latest version and have run npx supabase start after that update.
Thank you so much!