OptionalappRelative path to the app directory.
OptionalauthAuth function called before the route execution.
Session instance.
Optionalerr: anyOptionalautoprefixerCustom autoprefixer config.
OptionalbabelList of modules to add to the babel-loader.
OptionalbundleIndicates if the server should be started before the webpack bundle. In that case bundling info page is rendered. @default: false
OptionalbundleIndicates if the bundle is loaded relatively in the output html.
OptionalconnectIndicates if the socket should be connected automatically after the bundle load.
OptionalcookiesConfiguration for cookies.
Optionaldomain?: stringThe domain flag for the cookies.
OptionalhttpHttpOnly flag for the cookies.
OptionalsameSameSite flag for the cookies.
Optionalsecret?: stringSecret which is used to sign cookies.
Optionalsecure?: booleanSecure flag for the cookies.
OptionalcookieSecret which is used to sign cookies.
OptionalcreateIndicates if registered components should be created if missing.
OptionalcssName of the directory where the css is located in the staticDir.
OptionaldevFlag of the dev status of the app.
OptionalentryRelative path to the entry file.
OptionalenvClient env variables.
OptionalerrorDefinition of error handling
OptionalerrorFunction to handle errors in the route execution.
OptionalfilenameName of the bundle file.
OptionalgeneratedExtension of the generated components.
OptionalgetGets the request initial data.
OptionalgetGets the request title.
OptionaljsName of the directory where the javascript is located in the staticDir.
OptionallayoutReact component width default html code.
OptionallocaleLocale settings.
OptionalloggingIndicates if the server logs to the console.
OptionalmergeList of styles to merge to rs-app.css.
OptionalonFunction to handle webpack progress.
OptionalportPort on which the app listens.
OptionalrsCustom path to rsconfig.json file.
OptionalscriptsList of scripts loaded in the base html.
OptionalsessionClass of the session.
OptionalsocketIOCustom socketIO config.
OptionalsocketMaximal size of one socket message.
OptionalsourcePath to the directory containing source styles that are merged to app styles.
OptionalstaticRelative path to the static directory for the express app.
OptionalstylesList of styles loaded in the base html.
OptionaltsAdditional TS compiler options.
OptionalwebpackCustom webpack config.
Server configuration.