You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is live reloading working? I can see that inert is listed as a dependency which should make reloading available via hapi server. But as I make a change to /local/live_config.html I still have to restart yarn host in order for the update to show. Or should I do something with yarn?
Also why exactly do we need the local and online folders? I know it is being served from local folder if we run frontend with -l option. And what is the difference between config.html, live_config.html, panel.html
After deploying my front end to twitch as a zip file. Shall I deploy my backend to any server hosting of my choice? Or how does that work? I will need to have a Mongo DB database for keeping some streamer inputted data.
The text was updated successfully, but these errors were encountered:
Hi,
Trying to learn how to build an extension.
Is live reloading working? I can see that
inert
is listed as a dependency which should make reloading available via hapi server. But as I make a change to /local/live_config.html I still have to restartyarn host
in order for the update to show. Or should I do something with yarn?Also why exactly do we need the local and online folders? I know it is being served from local folder if we run frontend with
-l
option. And what is the difference between config.html, live_config.html, panel.htmlAfter deploying my front end to twitch as a zip file. Shall I deploy my backend to any server hosting of my choice? Or how does that work? I will need to have a Mongo DB database for keeping some streamer inputted data.
The text was updated successfully, but these errors were encountered: