Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
HEAD
/
.
/
e2e
/
nextjs
/
v15
/
esm
/
next.config.js
blob: 448997b030359987ec4e2b7328d5cff0cad9d5d0 [
file
]
import
{
join
}
from
'node:path'
const
outputFileTracingRoot
=
join
(
import
.
meta
.
dirname
,
'../../'
)
/** @type {import('next').NextConfig} */
export
default
{
reactStrictMode
:
true
,
output
:
'standalone'
,
outputFileTracingRoot
,
}