Skip to content

Commit b8c9a87

Browse files
committed
Add turbo.json for docs
1 parent a264372 commit b8c9a87

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

apps/kilocode-docs/turbo.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "https://turbo.build/schema.json",
3+
"extends": ["//"],
4+
"tasks": {
5+
"build": {
6+
"outputs": ["build/**"],
7+
"env": ["POSTHOG_API_KEY", "FREE_TIER_AMOUNT"]
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)