mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-14 11:37:06 +08:00
101c227599
* Add no frontend script * Define context middleware * Define base configuration schema * Define configuration DAO * Setup context middleware and live configuration fetch * Remove patch configuration method * Rename files for consistency * Use plain object check * Use plain object * modified base configuration * renamed config property * brought back 2 properties Co-authored-by: Miodec <bartnikjack@gmail.com>
4 lines
168 B
JavaScript
4 lines
168 B
JavaScript
const updateLeaderboards = require("./update-leaderboards");
|
|
const deleteOldLogs = require("./delete-old-logs");
|
|
|
|
module.exports = [updateLeaderboards, deleteOldLogs];
|