We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bcc9ed commit 26507b4Copy full SHA for 26507b4
1 file changed
Plugins/VercelPackager/VercelOutput.swift
@@ -122,6 +122,12 @@ public struct VercelOutput {
122
],
123
environment: ["SWIFT_PROJECT_DIRECTORY": projectDirectory.string]
124
)
125
+
126
+ print("")
127
+ print("-------------------------------------------------------------------------")
128
+ print("Running dev server: http://localhost:\(port)")
129
130
131
}
132
133
0 commit comments