LogoRobo.js
Framework

PluginMetaOptions

Interface: PluginMetaOptions

Properties

PropertyTypeDescription
failSafe?boolean-
hookPriority?Partial<Record<LifecycleHookType, number>>Override hook execution priorities for this plugin. Lower numbers run first. Default priority is 100. Hooks with the same priority run in parallel. Example // In robo.config.ts plugins: [ ['@robojs/server', { port: 3000 }, { hookPriority: { start: 50 } }] ]

On this page