Skip to main content
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/**" ] }, "dev": { "cache": false }, "test": { "dependsOn": [ "^build" ], "cache": false } }}