[options]
--port <port>
--https
--dont-open-browser
FRONTITY_DEV_DONT_OPEN_BROWSER
es5
or module
. Default target is module
. Related environment variable: FRONTITY_DEV_TARGET
/static/
. Related environment variable: FRONTITY_DEV_PUBLIC_PATH
.--help
assets
as the path for statics--production
option/build/analyze
) for the production bundle.FRONTITY_DEV_TARGET
es5
, module
or both
. Default target is both
.--target <target>
option is defined for dev
Frontity command, this environment variable value will be applied.FRONTITY_DEV_PORT
3000
.--port <port>
option is defined for dev
Frontity command, this environment variable value will be applied.FRONTITY_DEV_HTTPS
FRONTITY_DEV_PRODUCTION
frontity dev
by default runs the server in "development mode" (no optimizations, uses the dev build of react, etc.). Setting this variable makes it run in "production mode".FRONTITY_DEV_PUBLIC_PATH
/static/
.--public-path
flag is defined for dev
Frontity command, this environment variable value will be applied.FRONTITY_DEV_DONT_OPEN_BROWSER