// TODO: remove before launch (2021-03-02) function isProduction() { return false; // TODO: env check } // TODO: this should not be here setInterval(() => location.reload(), 1000 * 60 * 30);