Revert "Configure nextjs output file tracing"
All checks were successful
continuous-integration/drone/push Build is passing

This reverts commit 63b8c3f5ae.
This commit is contained in:
tobias
2024-06-19 21:53:55 +02:00
parent 63b8c3f5ae
commit 3a8e66dcec
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ const nextConfig = {
reactCompiler: false,
},
output: 'standalone',
outputFileTracingRoot: path.join(__dirname, '../../'),
env: {
customKey: 'my-value',
PORT: process.env.PORT,