Skip to content

Commit 26507b4

Browse files
committed
Add log
1 parent 1bcc9ed commit 26507b4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Plugins/VercelPackager/VercelOutput.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ public struct VercelOutput {
122122
],
123123
environment: ["SWIFT_PROJECT_DIRECTORY": projectDirectory.string]
124124
)
125+
126+
print("")
127+
print("-------------------------------------------------------------------------")
128+
print("Running dev server: http://localhost:\(port)")
129+
print("-------------------------------------------------------------------------")
130+
print("")
125131
}
126132
}
127133

0 commit comments

Comments
 (0)