Skip to content

Commit 89f31cd

Browse files
author
RooCode
committed
fix: add route /api/docs in outputFileTracingExcludes config
1 parent 20d2b23 commit 89f31cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

next.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ const withNextIntl = createNextIntlPlugin("./configs/i18n/request.ts");
55

66
const nextConfig: NextConfig = {
77
output: "standalone",
8+
outputFileTracingExcludes: {
9+
"/api/docs": ["./.next/cache/**/*"]
10+
},
811
webpack: (
912
config,
1013
{

0 commit comments

Comments
 (0)