Skip to content

Commit 8dd4e03

Browse files
CarlesDDsabrenner
authored andcommitted
Fix Appsec Next.js v15.5 plugin test (#6315)
1 parent 42c18b9 commit 8dd4e03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/dd-trace/test/appsec/next/app-dir/next.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ const nextConfig = {
66
experimental: {
77
appDir: true
88
},
9-
output: 'standalone'
9+
output: 'standalone',
10+
outputFileTracingRoot: __dirname
1011
}
1112

1213
module.exports = nextConfig

0 commit comments

Comments
 (0)