(path: string)
| 391 | ai: PARTYKIT_AI, |
| 392 | assets: { |
| 393 | fetch(path: string) { |
| 394 | return assetsFetch(path, env, { |
| 395 | passThroughOnException() { |
| 396 | // no op |
| 397 | }, |
| 398 | waitUntil(_promise: Promise<unknown>) { |
| 399 | // no op |
| 400 | } |
| 401 | }); |
| 402 | } |
| 403 | }, |
| 404 | bindings: getBindings(env) |
| 405 | }, |
no test coverage detected