diff --git a/packages/env/turbo.json b/packages/env/turbo.json new file mode 100644 index 0000000000000000000000000000000000000000..3e50dc890ace710345560fe90c375cf55f3a2f13 --- /dev/null +++ b/packages/env/turbo.json @@ -0,0 +1,8 @@ +{ + "extends": ["//"], + "tasks": { + "build": { + "outputs": ["**/dist/**"] + } + } +}