fix: ajoute slide_generate et excalidraw_generate dans VALID_FEATURES
Some checks failed
CI / Deploy production (on server) (push) Has been cancelled
CI / Lint, Unit Tests & Build (push) Has been cancelled

Sans ça isValidFeature retourne false → QuotaExceededError immédiat

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Antigravity
2026-05-29 12:16:59 +00:00
parent f4208780fd
commit 3fee8d8bbf

View File

@@ -8,6 +8,8 @@ export const VALID_FEATURES = [
'brainstorm_expand',
'brainstorm_enrich',
'suggest_charts',
'slide_generate',
'excalidraw_generate',
] as const;
export type FeatureName = (typeof VALID_FEATURES)[number];