()
| 406 | // the worker backend's shell can run `assets publish` without |
| 407 | // receiving R2 bindings or signing secrets in the Dynamic Worker. |
| 408 | get assets(): AssetsClient | undefined { |
| 409 | return this.#assets; |
| 410 | } |
| 411 | |
| 412 | // Git facade. Opt-in so the default Workspace graph does not |
| 413 | // carry isomorphic-git. When configured, it does not require a |