Question for the G.C team - how long until "watch"...
# prisma-whats-new
s
Question for the G.C team - how long until "watch" type functionality will be available on the local dev environment so any changes I make to the codebase will be automatically deployed instead of having to run
npm start
every time? Or is there already a solution/workaround for this?
i
Click the COG icon in the top-right
s
Of my terminal?
i
In the Playground
Run: gc playground
After you’ve started your local Docker image
s
I'm not talking about queries in the playground, I'm talking about code in the project.
Like hot-reloading in Webpack.