Skip to content

Commit e0094e2

Browse files
committed
Add another log
1 parent e18cf8b commit e0094e2

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Plugins/VercelPackager/Server/server.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const server = http.createServer(async (req, res) => {
5959
res.end(Buffer.from(_body.body || '', _body.encoding || 'utf8'))
6060
} catch (err) {
6161
console.error(err)
62+
console.log('')
6263
res.writeHead(500, {})
6364
res.end('Internal server error')
6465
}

Plugins/VercelPackager/VercelOutput.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ public struct VercelOutput {
119119
print("Running dev server: http://localhost:\(port)")
120120
print("-------------------------------------------------------------------------")
121121
print("")
122+
print("")
123+
print("Reminder: In Xcode set the Run environment variable LOCAL_LAMBDA_SERVER_ENABLED=true")
124+
print("")
125+
print("")
122126

123127
try Shell.execute(
124128
executable: context.tool(named: "node").path,

0 commit comments

Comments
 (0)