Optional
appRelative path to the app directory.
Optional
authAuth function called before the route execution.
Session instance.
Optional
err: anyOptional
autoprefixerCustom autoprefixer config.
Optional
babelList of modules to add to the babel-loader.
Optional
bundleIndicates if the server should be started before the webpack bundle. In that case bundling info page is rendered. @default: false
Optional
bundleIndicates if the bundle is loaded relatively in the output html.
Optional
connectIndicates if the socket should be connected automatically after the bundle load.
Optional
cookiesConfiguration for cookies.
Optional
domain?: stringThe domain flag for the cookies.
Optional
httpHttpOnly flag for the cookies.
Optional
sameSameSite flag for the cookies.
Optional
secret?: stringSecret which is used to sign cookies.
Optional
secure?: booleanSecure flag for the cookies.
Optional
cookieSecret which is used to sign cookies.
Optional
createIndicates if registered components should be created if missing.
Optional
cssName of the directory where the css is located in the staticDir.
Optional
devFlag of the dev status of the app.
Optional
entryRelative path to the entry file.
Optional
envClient env variables.
Optional
errorDefinition of error handling
Optional
errorFunction to handle errors in the route execution.
Optional
filenameName of the bundle file.
Optional
generatedExtension of the generated components.
Optional
getGets the request initial data.
Optional
getGets the request title.
Optional
jsName of the directory where the javascript is located in the staticDir.
Optional
layoutReact component width default html code.
Optional
localeLocale settings.
Optional
loggingIndicates if the server logs to the console.
Optional
mergeList of styles to merge to rs-app.css.
Optional
onFunction to handle webpack progress.
Optional
portPort on which the app listens.
Optional
rsCustom path to rsconfig.json file.
Optional
scriptsList of scripts loaded in the base html.
Optional
sessionClass of the session.
Optional
socketIOCustom socketIO config.
Optional
socketMaximal size of one socket message.
Optional
sourcePath to the directory containing source styles that are merged to app styles.
Optional
staticRelative path to the static directory for the express app.
Optional
stylesList of styles loaded in the base html.
Optional
tsAdditional TS compiler options.
Optional
webpackCustom webpack config.
Server configuration.