Skip to content

Commit f34ef3a

Browse files
committed
Cleanup
1 parent fbfac00 commit f34ef3a

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

Plugins/VercelPackager/Server/server.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,7 @@ const server = http.createServer(async (req, res) => {
6464
}
6565
})
6666

67-
server.listen(port, () => {
68-
console.log('')
69-
console.log('Http Server running:', `http://localhost:${port}`)
70-
console.log('')
71-
})
67+
server.listen(port, () => {})
7268

7369
function getContentType(path) {
7470
const ext = path.split('.').pop()

Plugins/VercelPackager/VercelOutput.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public struct VercelOutput {
107107
)
108108
}
109109

110-
try await Task.sleep(nanoseconds: 1_000_000_000)
110+
try await Task.sleep(nanoseconds: 3_000_000_000)
111111

112112
print("")
113113
print("-------------------------------------------------------------------------")

0 commit comments

Comments
 (0)