diff options
| author | Dax Raad <[email protected]> | 2025-05-30 14:40:53 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-30 14:40:59 -0400 |
| commit | e9bad39a7ed224efefe2d21a35a7d27cd25e0879 (patch) | |
| tree | f1ae466b4b6bac86a11f56a2e0cca366a1192685 /app/infra | |
| parent | 42c7880858ee9bec72f3fb71c7f19512a38b0b8e (diff) | |
| download | opencode-e9bad39a7ed224efefe2d21a35a7d27cd25e0879.tar.gz opencode-e9bad39a7ed224efefe2d21a35a7d27cd25e0879.zip | |
sync
Diffstat (limited to 'app/infra')
| -rw-r--r-- | app/infra/app.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/infra/app.ts b/app/infra/app.ts index ee33d91a9..73b80994d 100644 --- a/app/infra/app.ts +++ b/app/infra/app.ts @@ -13,6 +13,7 @@ export const api = new sst.cloudflare.Worker("Api", { link: [bucket], transform: { worker: (args) => { + args.logpush = true args.bindings = $resolve(args.bindings).apply((bindings) => [ ...bindings, { |
