feat: add debug node

This commit is contained in:
Max Richter
2026-01-23 04:06:04 +01:00
committed by Max Richter
parent 251f999739
commit 39b8095497
14 changed files with 302 additions and 131 deletions

View File

@@ -9,6 +9,7 @@ const DefaultOptionsSchema = z.object({
accepts: z
.array(
z.union([
z.literal('*'),
z.literal('float'),
z.literal('integer'),
z.literal('boolean'),