feat: refactor watcher

This commit is contained in:
Zamitto 2024-10-02 13:30:07 -03:00
parent 6a0f47eacb
commit 05652d9c1b
10 changed files with 229 additions and 125 deletions

View file

@ -29,4 +29,5 @@ export enum Cracker {
rune = "RUNE",
onlineFix = "OnlineFix",
goldberg = "Goldberg",
generic = "Generic",
}