mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
* Remove importFresh from methods * lint * Remove importFresh * Remove node_modules * Add import-fresh to community plugins download * Add import-fresh to actions and filters * Add intermediate fresh library loader
3 lines
201 B
JavaScript
3 lines
201 B
JavaScript
const importFresh = require('./node_modules/import-fresh');
|
|
// load library modules fresh so no Tdarr Server restart required between plugin updates
|
|
module.exports = () => importFresh('./library.js');
|