default to dev branch #6

Merged
oddbyte merged 1 commits from dev into main 2026-01-19 12:13:24 -05:00
Showing only changes of commit f5189af0c9 - Show all commits

View File

@@ -29,12 +29,12 @@ const playlistId = 'PLnlTMS4cxfx3-et_L8APzpEgy_eCf18-U';
/** /**
* Port that nginx proxies to public * Port that nginx proxies to public
*/ */
const port = process.env.PORT || 48915; const port = process.env.PORT || 48916;
/** /**
* Are we prod or dev * Are we prod or dev
*/ */
const dev = process.env.DEV || false; const dev = process.env.DEV || true;
// Helper functions I've made to do things and stuff :P // Helper functions I've made to do things and stuff :P