Skip to content

Commit c2ef496

Browse files
committed
feat: minimal task executor with fetch support
Standalone CLI tool to execute JavaScript tasks using V8: - Only fetch() and console.log (no KV/DB/Storage bindings) - Uses Event/TaskResult from core v0.9.0 - CLI: task-executor run script.js --payload '{}' - Supports --quiet, --timeout, --origin options Perfect for local development and standalone task execution.
0 parents  commit c2ef496

6 files changed

Lines changed: 3003 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target

0 commit comments

Comments
 (0)