working runner w/o spotify

This commit is contained in:
yohlo
2025-09-12 10:17:51 -05:00
parent 51e3d5141c
commit 9d92a8a510
6 changed files with 345 additions and 15 deletions

View File

@@ -1,6 +1,8 @@
/**
* Imports saved json dumps of bracket generation from a python script that I didn't prioritize converting to TS
*/
import b10 from "../../../../brackets/10.json";
import b11 from "../../../../brackets/11.json";
import b12 from "../../../../brackets/12.json";
import b13 from "../../../../brackets/13.json";
import b14 from "../../../../brackets/14.json";
@@ -12,6 +14,8 @@ import b19 from "../../../../brackets/19.json";
import b20 from "../../../../brackets/20.json";
export default {
10: b10,
11: b11,
12: b12,
13: b13,
14: b14,