From cd5745dfdf422ceb2a4154b575a8c512b41a8f66 Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Sat, 2 May 2026 10:04:44 +0100 Subject: Create generators from config --- examples/01-struct/hobgoblin.json5 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'examples/01-struct/hobgoblin.json5') diff --git a/examples/01-struct/hobgoblin.json5 b/examples/01-struct/hobgoblin.json5 index 0967ef4..b6bb102 100644 --- a/examples/01-struct/hobgoblin.json5 +++ b/examples/01-struct/hobgoblin.json5 @@ -1 +1,9 @@ -{} +{ + "outputs": [ + { + "generator": "java-types", + "path": "output/java/src/gen/java", + "package-name": "org.zwobble.example.types" + }, + ], +} -- cgit v1.2.3