Manage stakeholders implemented

This commit is contained in:
adilallo
2026-05-09 23:07:59 -06:00
parent 534c6c7c0e
commit 9f2141a62d
43 changed files with 2082 additions and 93 deletions
+5
View File
@@ -0,0 +1,5 @@
/**
* Max stakeholder emails per draft + publish body.
* Server: {@link MAX_STAKEHOLDER_EMAILS} in `lib/server/validation/createFlowSchemas.ts` must match.
*/
export const MAX_STAKEHOLDER_EMAILS = 30;