feat(curriculum): daily challenges 223-229 (#66313)

This commit is contained in:
Tom
2026-03-11 04:12:51 -05:00
committed by GitHub
parent a1c5e08728
commit 79eea990ea
19 changed files with 1538 additions and 3 deletions
@@ -13,7 +13,7 @@ const { MONGOHQ_URL } = process.env;
// Number challenges in the dev-playground blocks
// Update this if the number of challenges changes
const EXPECTED_CHALLENGE_COUNT = 222;
const EXPECTED_CHALLENGE_COUNT = 229;
// Date to set for the first challenge, second challenge will be one day later, etc...
// **DO NOT CHANGE THIS AFTER RELEASE (if seeding production - okay for local dev)**