Skip to content

Commit a591b5d

Browse files
committed
default on
1 parent faa6326 commit a591b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/dev.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ func init() {
317317
rootCmd.AddCommand(devCmd)
318318
devCmd.Flags().StringP("dir", "d", ".", "The directory to run the development server in")
319319
devCmd.Flags().Int("port", 0, "The port to run the development server on (uses project default if not provided)")
320-
devCmd.Flags().Int("proxy-port", 0, "The port to run the HTTP CONNECT proxy server on (disabled if not provided)")
320+
devCmd.Flags().Int("proxy-port", 19081, "The port to run the HTTP CONNECT proxy server on (disabled if zero)")
321321
devCmd.Flags().Bool("no-build", false, "Do not build the project before running it (useful for debugging)")
322322
devCmd.Flags().MarkHidden("no-build")
323323
}

0 commit comments

Comments
 (0)