Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/upstash_ratelimit/turbo.json

Rate limiting library for serverless runtimes
Go to Latest
File
{ "$schema": "https://turbo.build/schema.json", "pipeline": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**", ".next/**", ".nuxt/**", ".output/**"] }, "dev": { "cache": false }, "test": { "dependsOn": ["^build"], "cache": false } }}