diff --git a/tasks/server-tests/bothServer.test.mts b/tasks/server-tests/bothServer.test.mts index c50e21477d15..48325035b8b2 100644 --- a/tasks/server-tests/bothServer.test.mts +++ b/tasks/server-tests/bothServer.test.mts @@ -17,7 +17,6 @@ describe('rw serve', () => { rw serve web Start a server for serving the web side Options: - --version Show version number [boolean] --cwd Working directory to use (where \`redwood.toml\` is located) --load-env-files Load additional .env files. Values @@ -25,6 +24,7 @@ describe('rw serve', () => { override earlier ones. [array] --telemetry Whether to send anonymous usage telemetry to RedwoodJS [boolean] + --version Show version number [boolean] --webPort, --web-port The port for the web server to listen on [number] --webHost, --web-host The host for the web server to @@ -65,7 +65,6 @@ describe('rw serve', () => { rw serve web Start a server for serving the web side Options: - --version Show version number [boolean] --cwd Working directory to use (where \`redwood.toml\` is located) --load-env-files Load additional .env files. Values @@ -73,6 +72,7 @@ describe('rw serve', () => { override earlier ones. [array] --telemetry Whether to send anonymous usage telemetry to RedwoodJS [boolean] + --version Show version number [boolean] --webPort, --web-port The port for the web server to listen on [number] --webHost, --web-host The host for the web server to