(prefix: string)
| 30 | const api = composePluginApi([openApiHttpPlugin()] as const); |
| 31 | |
| 32 | const unique = (prefix: string) => `${prefix}_${randomBytes(4).toString("hex")}`; |
| 33 | |
| 34 | // Three real-shaped runtime-log lines, one JSON document per line, exactly |
| 35 | // what Vercel's runtime-logs endpoint sends over application/stream+json. |
no test coverage detected