default to dev branch

This commit is contained in:
2026-01-19 12:13:11 -05:00
parent b57c92a999
commit f5189af0c9

View File

@@ -29,12 +29,12 @@ const playlistId = 'PLnlTMS4cxfx3-et_L8APzpEgy_eCf18-U';
/**
* Port that nginx proxies to public
*/
const port = process.env.PORT || 48915;
const port = process.env.PORT || 48916;
/**
* 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