twitchdev / extensions-hello-world

The Simplest Extension in the (Hello) World
Apache License 2.0
177 stars 85 forks source link

Recommended way to change backend url for local vs hosted test #33

Closed himat closed 3 years ago

himat commented 3 years ago

The hello world code doesn't have a build tool since it's just basic html/js. So is there a recommended way where I can specify a different localhost vs hosted backend URL when I'm uploading my assets to deploy on twitch? Right now, localhost:8081 is hardcoded in the code.

himat commented 3 years ago

I used a build tool