We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa6326 commit a591b5dCopy full SHA for a591b5d
cmd/dev.go
@@ -317,7 +317,7 @@ func init() {
317
rootCmd.AddCommand(devCmd)
318
devCmd.Flags().StringP("dir", "d", ".", "The directory to run the development server in")
319
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)")
+ devCmd.Flags().Int("proxy-port", 19081, "The port to run the HTTP CONNECT proxy server on (disabled if zero)")
321
devCmd.Flags().Bool("no-build", false, "Do not build the project before running it (useful for debugging)")
322
devCmd.Flags().MarkHidden("no-build")
323
}
0 commit comments