We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0502c95 commit 823a9abCopy full SHA for 823a9ab
packages/dd-trace/test/appsec/next/app-dir/next.config.js
@@ -6,7 +6,8 @@ const nextConfig = {
6
experimental: {
7
appDir: true
8
},
9
- output: 'standalone'
+ output: 'standalone',
10
+ outputFileTracingRoot: __dirname
11
}
12
13
module.exports = nextConfig
0 commit comments