import { RateLimiter } from 'sveltekit-rate-limiter/server'; export const limiter = new RateLimiter({ rates: { IP: [5, 'h'], }, });