File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments