feat: add debug node

This commit is contained in:
Max Richter
2026-01-23 04:06:04 +01:00
committed by Max Richter
parent 1d1a44324e
commit 30afb30341
14 changed files with 289 additions and 108 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'),