Just got access to cloudflare snippets on my account, bot score is not working though, it always sho
Just got access to cloudflare snippets on my account, bot score is not working though, it always shows 99
Granular bot scores are only available to Enterprise customers who have purchased Bot Management.





// src/app/page.tsx
export const runtime = "edge";
export default function Home() {
return <div>Hello from the edge!</div>;
}