Skip to content

Commit ab31e61

Browse files
committed
Move log
1 parent 26507b4 commit ab31e61

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Plugins/VercelPackager/VercelOutput.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@ public struct VercelOutput {
114114
}
115115

116116
public func proxyServer() async throws {
117+
print("")
118+
print("-------------------------------------------------------------------------")
119+
print("Running dev server: http://localhost:\(port)")
120+
print("-------------------------------------------------------------------------")
121+
print("")
122+
117123
try Shell.execute(
118124
executable: context.tool(named: "node").path,
119125
arguments: [
@@ -122,12 +128,6 @@ public struct VercelOutput {
122128
],
123129
environment: ["SWIFT_PROJECT_DIRECTORY": projectDirectory.string]
124130
)
125-
126-
print("")
127-
print("-------------------------------------------------------------------------")
128-
print("Running dev server: http://localhost:\(port)")
129-
print("-------------------------------------------------------------------------")
130-
print("")
131131
}
132132
}
133133

0 commit comments

Comments
 (0)