selfprivacy.org.app/build.yaml

18 lines
453 B
YAML
Raw Permalink Normal View History

2021-03-26 13:38:39 +00:00
targets:
$default:
builders:
2022-07-12 12:54:16 +00:00
graphql_codegen:
options:
scalars:
DateTime:
type: DateTime
fromJsonFunctionName: dateTimeFromJson
toJsonFunctionName: dateTimeToJson
import: package:selfprivacy/utils/scalars.dart
clients:
- graphql
2021-03-26 13:38:39 +00:00
json_serializable:
options:
create_factory: true
create_to_json: true