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