From 1e3657b3fab94405c9e404bba87689dfd0e27130 Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Sat, 25 Oct 2025 13:47:32 +0300 Subject: chore: initial commit --- turbo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 turbo.json (limited to 'turbo.json') 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 + } + } +} -- cgit v1.2.3