UNPKG

@openveo/portal

Version:

OpenVeo Portal gives access to medias exposed by OpenVeo server associated to an OpenVeo Publish plugin

9 lines (6 loc) 276 B
'use strict'; const path = require('path'); // Set module root directory and define a custom require function to be able to include modules from projet's // root directory process.root = __dirname; process.require = (filePath) => require(path.join(process.root, filePath));