feat: add 'proof of React' challenge

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-08-25 23:55:29 +00:00
parent 6e4e471792
commit e7755a352e
13 changed files with 435 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ import (
// challenge implementations
_ "github.com/TecharoHQ/anubis/lib/challenge/metarefresh"
_ "github.com/TecharoHQ/anubis/lib/challenge/preact"
_ "github.com/TecharoHQ/anubis/lib/challenge/proofofwork"
)