Add start.gg tournament and player import integration

This commit is contained in:
Pandipipas
2026-02-15 23:57:31 +01:00
parent 45fd2e2deb
commit a83f633506
3 changed files with 454 additions and 1 deletions
+1
View File
@@ -9,4 +9,5 @@ export default async (nodecg: NodeCGServerAPI) => {
set(nodecg); // set nodecg "context" before anything else
await import('./util/replicants.js'); // make sure replicants are set up
await import('./example.js');
await import('./startgg.js');
};