iSlammedMyKindle / twitchToDiscordBot

Cross-platform messaging interface between discord and twitch chats
0 stars 2 forks source link

Remove normal config.json to fix gitIgnore #14

Closed AceLikesGhosts closed 1 year ago

AceLikesGhosts commented 1 year ago

By removing our normal config.json this should (hopefully) fix our git ignore issues of it being included, as the issue with the git ignore is that it was already part of our repository.

AceLikesGhosts commented 1 year ago

This is going to fail our build check due to us importing config.json, we should move it to a dynamic import or just allow for it to fail, as we want the end user to provide their our config.json.

AceLikesGhosts commented 1 year ago

Thinking about it, it's most likely best not to merge this until you solve your configFix branch with process.env and stuff.