From 43f6f56c5b2e36f87e1bf4bbc459ecac6f054804 Mon Sep 17 00:00:00 2001
From: Alex Yang <himself65@outlook.com>
Date: Mon, 11 Nov 2024 10:07:12 -0800
Subject: [PATCH] docs(next): fix turbo.json (#1465)

---
 apps/next/turbo.json | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/apps/next/turbo.json b/apps/next/turbo.json
index b98ab04da..618d16c57 100644
--- a/apps/next/turbo.json
+++ b/apps/next/turbo.json
@@ -1,6 +1,14 @@
 {
   "extends": ["//"],
   "tasks": {
+    "build": {
+      "outputs": [
+        ".next",
+        ".source",
+        "next-env.d.ts",
+        "src/content/docs/cloud/api/**"
+      ]
+    },
     "dev": {
       "dependsOn": ["^build"]
     }
-- 
GitLab