Crazy slow and you even get rate-limited, nice... ``` ❯ bun index 24 | body: JSON.stringify(pay

Crazy slow and you even get rate-limited, nice...

❯ bun index
24 |     body: JSON.stringify(payload),
25 |   });
26 | 
27 |   // Check if the response was successful
28 |   if (!response.ok) {
29 |     throw new Error(
               ^
error: Failed to fetch HTML content: 429 Too Many Requests
Was this page helpful?