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.
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.