You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -108,7 +108,7 @@ Here are the options you can use with `swa start`:
108
108
-`-i, --api-location <path>`: the folder containing the source code of the API application
109
109
-`-O, --output-location <path>`: the folder containing the built source of the front-end application. The path is relative to `--app-location` (default: ".")
110
110
-`-D, --app-devserver-url <url>`: connect to the app dev server at this URL instead of using output location
111
-
-`-is, --api-devserver-url <url>`: connect to the api server at this URL instead of using output location
111
+
-`-is, --api-devserver-url <url>`: connect to the api server at this URL instead of using api location
112
112
-`-j, --api-port <apiPort>`: the API server port passed to `func start` (default: 7071)
113
113
-`-q, --host <host>`: the host address to use for the CLI dev server (default: "localhost")
114
114
-`-p, --port <port>`: the port value to use for the CLI dev server (default: 4280)
0 commit comments