x/upstash_ratelimit/turbo.json
1234567891011121314151617{ "$schema": "https://turbo.build/schema.json", "pipeline": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**", ".next/**", ".nuxt/**", ".output/**"] }, "dev": { "cache": false }, "test": { "dependsOn": ["^build"], "cache": false } }}