Skip to content

Commit

Permalink
Add user approval to config
Browse files Browse the repository at this point in the history
  • Loading branch information
Lermatroid committed Jul 22, 2024
1 parent 192fba2 commit 6fdf78b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/config/hackkit.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@ export default {
},
},
maxTeamSize: 4,
featureFlags: {
core: {
requireUsersApproval: false,
},
},
} as const;

// Its important that this is kept in sync with the database schema.
Expand Down

0 comments on commit 6fdf78b

Please sign in to comment.