aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/non-monorepo/turbo.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/non-monorepo/turbo.json')
-rw-r--r--examples/non-monorepo/turbo.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/non-monorepo/turbo.json b/examples/non-monorepo/turbo.json
new file mode 100644
index 0000000..c2a4721
--- /dev/null
+++ b/examples/non-monorepo/turbo.json
@@ -0,0 +1,13 @@
+{
+ "$schema": "https://turbo.build/schema.json",
+ "pipeline": {
+ "build": {
+ "outputs": [".next/**", "!.next/cache/**"]
+ },
+ "lint": {},
+ "dev": {
+ "cache": false,
+ "persistent": true
+ }
+ }
+}