Add support for python function runtime

This commit is contained in:
Peter Stockings
2025-09-28 13:32:42 +10:00
parent 38adbd22d2
commit 99723b4b6b
4 changed files with 58 additions and 40 deletions

View File

@@ -24,6 +24,7 @@ title='New HTTP Function')
view: () => m(Editor, {
name: '{{ name }}',
jsValue: {{ script | tojson | safe }},
pythonValue: {{ default_python_script | tojson | safe }},
jsonValue: {{ environment_info | tojson | safe }},
isEdit: false,
isAdd: true,