Add active flag

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2026-02-16 17:26:29 -06:00
parent 0fef9b4744
commit af4511c376
260 changed files with 260 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ const configSchema = z.object({
npmPackageName: z.string(),
addedDate: z.coerce.date(),
order: z.number().optional(),
state: z.enum('active', 'inactive', 'archived'),
});
async function main() {