@vercel/next 4.7.9 → 4.7.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +5 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -17976,6 +17976,11 @@ var diagnostics = async ({
|
|
17976
17976
|
...await (0, import_build_utils3.glob)(
|
17977
17977
|
"trace",
|
17978
17978
|
import_path5.default.join(basePath, diagnosticsEntrypoint, outputDirectory)
|
17979
|
+
),
|
17980
|
+
// Collect `.next/turbopack` file
|
17981
|
+
...await (0, import_build_utils3.glob)(
|
17982
|
+
"turbopack",
|
17983
|
+
import_path5.default.join(basePath, diagnosticsEntrypoint, outputDirectory)
|
17979
17984
|
)
|
17980
17985
|
};
|
17981
17986
|
};
|