Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: turbo outputs (#1119)

authored by

Maximilian Kaske and committed by
GitHub
f535bc6a d3e42488

+1 -1
+1 -1
turbo.json
··· 23 23 "UPSTASH_REDIS_REST_TOKEN", 24 24 "EXTERNAL_API_URL" 25 25 ], 26 - "outputs": [".next/**", "!.next/cache/**", "./dist/**"] 26 + "outputs": [".next/**", "!.next/cache/**", "dist/**"] 27 27 }, 28 28 "lint": {}, 29 29 "dev": {