From a6801cd811394c20c31771c97dde2b7ea41d551c Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Wed, 14 Feb 2024 22:37:19 +0000 Subject: [PATCH] chore: use mise to load turborepo caching --- .gitignore | 1 + .mise.toml | 2 ++ turbo.json | 3 +++ 3 files changed, 6 insertions(+) create mode 100644 .mise.toml diff --git a/.gitignore b/.gitignore index 184f1e1..8324b41 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ dist-ssr *.sw? .eslintcache .turbo +.env diff --git a/.mise.toml b/.mise.toml new file mode 100644 index 0000000..f8f2571 --- /dev/null +++ b/.mise.toml @@ -0,0 +1,2 @@ +[env] +_.file = '.env' diff --git a/turbo.json b/turbo.json index d3e52ca..7dd98e6 100644 --- a/turbo.json +++ b/turbo.json @@ -10,5 +10,8 @@ "cache": false, "persistent": true } + }, + "remoteCache": { + "signature": true } }