Type Alias FilePluginOptions

FilePluginOptions: { errorPath?: string; logPath?: string }

Type declaration

  • OptionalerrorPath?: string

    Path to error file

    'logs/error.log'
    
  • OptionallogPath?: string

    Path to log file

    'logs/app.log'