Hello, is it possible to use online IDE to work on...
# prisma-whats-new
n
Hello, is it possible to use online IDE to work on graphcool? I tried Cloud9 but stuck to the authentification on the gc init command...
a
Yes, I use that too. You have to call
graphcool auth --token ...
manually, because the browser window will not open on c9
Also, if you use the Framework Preview,
graphcool local
will not work, because you can't run Docker inside c9
n
Great, thanks! I'll use graphcool services for my tests so.
👍🏻 1