feat: rudimentary config

This commit is contained in:
2025-02-24 00:01:25 +00:00
parent 70b8b3ae55
commit b7fe76b6ff
11 changed files with 64 additions and 20 deletions

View File

@ -23,6 +23,7 @@ export interface Profile {
name: string;
game: 'Ongeki' | 'Chunithm';
mods: string[];
cfg: {[key: string]: string | boolean}
}
export type PackageC = Map<string, Package>;