Skip to content

Commit 7974449

Browse files
committed
chore: more debug
1 parent ba8e2d5 commit 7974449

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/runtime/src/templates/getHandler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ type MakeHandlerParams = {
4343
// We return a function and then call `toString()` on it to serialise it as the launcher function
4444
// eslint-disable-next-line max-lines-per-function
4545
const makeHandler = ({ conf, app, pageRoot, NextServer, staticManifest = [], mode = 'ssr' }: MakeHandlerParams) => {
46+
console.log(`????? do you see me?`)
4647
// Change working directory into the site root, unless using Nx, which moves the
4748
// dist directory and handles this itself
4849
const dir = path.resolve(__dirname, app)

0 commit comments

Comments
 (0)