You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
331 B
9 lines
331 B
builders: |
|
dynamite: |
|
import: "package:dynamite/builder.dart" |
|
builder_factories: ["openAPIBuilder"] |
|
build_extensions: {'.openapi.json': ['openapi.dart']} |
|
auto_apply: root_package |
|
build_to: source |
|
runs_before: ["built_value_generator|built_value"] |
|
applies_builders: ["built_value_generator|built_value"]
|
|
|