Skip to content

Commit eeb31f5

Browse files
committed
log cwd during init
1 parent cad72cd commit eeb31f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/nextjs/src/index.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ function addServerIntegrations(options: NextjsOptions): void {
5353
const SOURCEMAP_FILENAME_REGEX = new RegExp(escapeStringForRegex(distDirRegex));
5454

5555
console.log('distDirRegex:', distDirRegex);
56+
console.log('cwd in addServerIntegrations', process.cwd());
5657

5758
const defaultRewriteFramesIntegration = new RewriteFrames({
5859
iteratee: frame => {

0 commit comments

Comments
 (0)