settings
The router settings.
The settings object returned by the createElectronRouter function has the same structure and values used in it.
You can use the
settingsobject to reuse the settings in other parts of the application or as types usingtypeof settingsinTypeScript.
Tipos
{
port: number // default: 3000
devServerUrl: string
types: {
strict: boolean // default: true
ids: string[]
queryKeys: string[]
}
}