rateLimits.js 205 B

12345
  1. import { reactive } from 'vue'
  2. // Store rate limit expiry times by bindingId
  3. // This allows all ActionButton components to reactively update when rate limits change
  4. export const rateLimits = reactive({})