Support node, deno, & python runtimes for timer functions

This commit is contained in:
Peter Stockings
2025-11-25 21:53:39 +11:00
parent c0970835ab
commit dc2c22c939
6 changed files with 29 additions and 6 deletions

View File

@@ -245,6 +245,7 @@ const Editor = {
run_date: this.triggerType === "date" ? this.runDate : null,
is_enabled: this.isEnabled,
description: this.description,
runtime: this.runtime,
}
: {
name: this.name,