[x-post] The Twitch Configuration Service

Great, i have been looking forward to this for some time.

Quick question on the BotCommander example, I use dev rig to create the extension template into a folder, click Activate on the ‘Front-end Host Command’ and ad some panels to extension views. Broadcaster says ‘No commands configured.’, Configuration says on ‘Loading…’, hitting the hosted webpak dev server it looks like content is served correctly, js included at https://localhost.rig.twitch.tv:8080/config.html
Any ideas?

Edit: Nevermind, I sorted out the main issue where the new examples are missing the ‘remove when pushing to prod’ script tag in config/panel/template.html
<script src=“https://localhost.rig.twitch.tv:3000/twitch-ext.js”></script>
Still having trouble with dev rig’s configuration service though, i will continue to tinker.
I feel like mock triggers used to work (setting theme to light/dark) in the previous rig, and the newest one does not?