summaryrefslogtreecommitdiff
path: root/turbo.json
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-10-25 13:47:32 +0300
committerJosh Kingsley <josh@joshkingsley.me>2025-10-25 22:09:19 +0300
commit1e3657b3fab94405c9e404bba87689dfd0e27130 (patch)
treeebc1d1c5463665cbcb561a78ead264112406b53b /turbo.json
chore: initial commit
Diffstat (limited to 'turbo.json')
-rw-r--r--turbo.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/turbo.json b/turbo.json
new file mode 100644
index 0000000..b2299dd
--- /dev/null
+++ b/turbo.json
@@ -0,0 +1,9 @@
+{
+ "$schema": "https://turborepo.com/schema.json",
+ "tasks": {
+ "dev": {
+ "cache": false,
+ "persistent": true
+ }
+ }
+}