Openstatus www.openstatus.dev
6
fork

Configure Feed

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

add turbo.json (#1655)

authored by

Thibault Le Ouay and committed by
GitHub
f70245b8 d8d11db1

+9
+9
apps/web/turbo.json
··· 1 + { 2 + "$schema": "https://turbo.build/schema.json", 3 + "extends": ["//"], 4 + "tasks": { 5 + "build": { 6 + "dependsOn": ["@openstatus/react#build"] 7 + } 8 + } 9 + }