diff --git a/packages/zitadel-react/turbo.json b/packages/zitadel-react/turbo.json new file mode 100644 index 00000000000..1f5b9bbd595 --- /dev/null +++ b/packages/zitadel-react/turbo.json @@ -0,0 +1,12 @@ +{ + "extends": [ + "//" + ], + "pipeline": { + "build": { + "outputs": [ + "dist/**" + ] + } + } +} \ No newline at end of file