@@ -43,20 +43,23 @@ template = "svix-cli/templates/api_resource.rs.jinja"
43
43
output_dir = " svix-cli/src/cmds/api"
44
44
#
45
45
#
46
- # [python]
47
- # template_dir = "python/templates"
48
- # extra_shell_commands = [
49
- # "rm python/svix/api/{environment,health,ingest,operational_webhook}.py",
50
- # ]
51
- # [[python.task]]
52
- # template = "python/templates/api_resource.py.jinja"
53
- # output_dir = "python/svix/api"
54
- # [[python.task]]
55
- # template = "python/templates/component_type_summary.py.jinja"
56
- # output_dir = "python/svix/models"
57
- # [[python.task]]
58
- # template = "python/templates/component_type.py.jinja"
59
- # output_dir = "python/svix/models"
46
+ [python ]
47
+ template_dir = " python/templates"
48
+ extra_shell_commands = [
49
+ " rm python/svix/api/{environment,health,ingest,operational_webhook}.py" ,
50
+ ]
51
+ [[python .task ]]
52
+ template = " python/templates/api_resource.py.jinja"
53
+ output_dir = " python/svix/api"
54
+ [[python .task ]]
55
+ template = " python/templates/component_type_summary.py.jinja"
56
+ output_dir = " python/svix/models"
57
+ [[python .task ]]
58
+ template = " python/templates/component_type.py.jinja"
59
+ output_dir = " python/svix/models"
60
+ [[python .task ]]
61
+ template = " python/templates/summary.py.jinja"
62
+ output_dir = " python/svix/api"
60
63
#
61
64
#
62
65
[ruby ]
0 commit comments