diff --git a/turbo.json b/turbo.json index 7079455464..534861e427 100644 --- a/turbo.json +++ b/turbo.json @@ -14,6 +14,12 @@ "outputs": ["dist/**"], "inputs": ["src/**", "package.json", "tsconfig.json", "tsup.config.ts", "vite.config.ts"] }, + "bundle": { + "outputs": ["dist/**", "src/dist/**"] + }, + "watch:bundle": { + "cache": false + }, "watch:tsc": { "cache": false }