name = "arcrun-cypher-executor" main = "src/index.ts" compatibility_date = "2025-02-19" compatibility_flags = ["nodejs_compat"] # 測試環境不啟用 Service Binding(Miniflare 無法解析外部服務) # R2 mock(WASM 執行器測試用) [[r2_buckets]] binding = "WASM_BUCKET" bucket_name = "arcrun-wasm" # KV mock(BUILD-006) [[kv_namespaces]] binding = "EXEC_CONTEXT" id = "test-exec-context" [[kv_namespaces]] binding = "WEBHOOKS" id = "test-webhooks" [vars] ENVIRONMENT = "test"