harshcut
12/10/2021, 12:02 PMstudio
directory when running docker-compose up
. I followed the documentation given on Self Hosting. I even tried running studio
independently with npm run dev
, but that resulted in a compile error. Can someone provide any steps or description to setup a development server?gabydd
12/10/2021, 1:35 PMharshcut
12/12/2021, 2:39 PMTabWelcome
component in the SQL Editor section when running locally? Or switch between different saved SQL Snippets? I tried using [this](https://github.com/supabase/supabase/tree/master/studio#running-within-a-self-hosted-environment) method but it didn't work and gave me an undefined
in the url.
https://app.supabase.io/project/undefined/sql
gabydd
12/12/2021, 4:45 PMjs
{IS_PLATFORM && <FavoriteButton />}
As you can see the favorite button isn't being rendered in studio only on platform (which refers to the hosted dashboard)gabydd
12/12/2021, 8:35 PMjs
let tabs = IS_PLATFORM ? [new Tab('Welcome', TAB_TYPES.WELCOME)] : []
gabydd
12/12/2021, 8:37 PM