does the `gc playground` command changes to the st...
# prisma-whats-new
d
does the
gc playground
command changes to the stand-alone electron app after the installation? because it still takes me to the web version whenever I run it on my local project
a
Only on Mac afaik
d
oh alright, thanks @agartha
and how do you open a project from the app without having a
.graphqlconfig.yml
?
just created a
.graphqlconfig
file with
Copy code
{
  "schemaPath": "types.graphql"
}
but I get this error
TypeError: Cannot read property 'getRawEndpointsMap' of null