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 cad72cd commit eeb31f5Copy full SHA for eeb31f5
packages/nextjs/src/index.server.ts
@@ -53,6 +53,7 @@ function addServerIntegrations(options: NextjsOptions): void {
53
const SOURCEMAP_FILENAME_REGEX = new RegExp(escapeStringForRegex(distDirRegex));
54
55
console.log('distDirRegex:', distDirRegex);
56
+ console.log('cwd in addServerIntegrations', process.cwd());
57
58
const defaultRewriteFramesIntegration = new RewriteFrames({
59
iteratee: frame => {
0 commit comments