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
-bindAddress Specifies the bind address for the code server and web server (defaults to 127.0.0.1)
327
327
-codeServerPort Specifies the TCP port for the code server (defaults to 9997for classic DevMode or 9876forSuperDevMode)
328
328
-[no]superDevMode RunsSuperDevMode instead of classic DevelopmentMode. (defaults to ON)
329
-
-server Specify a different embedded web server to run (must implement ServletContainerLauncher)
329
+
-server Specify a different embedded web server to run (must implement ServletContainerLauncher). May be specified by fully qualified classname, or if provided by a ServiceLoader, by the service name.
330
330
-startupUrl Automatically launches the specified URL
331
331
-war The directory into which deployable output files will be written (defaults to 'war')
332
332
-deploy The directory into which deployable but not servable output files will be written (defaults to 'WEB-INF/deploy' under the -war directory/jar, and may be the same as the -extra directory/jar)
@@ -542,7 +542,7 @@ There are many options you can pass to the GWT compiler process to control how y
0 commit comments