How to remove a project from the new developer rig

yes, just set the environment variables when you start dev-rig

EXT_CLIENT_ID= clienteid EXT_SECRET=ext-secret EXT_VERSION=0.0.6 yarn start

https://github.com/twitchdev/developer-rig/blob/master/config/env.js

1 Like