const path = require('path')
exports.actionsConfig = path.join(__dirname, '..', '..', 'config', 'actions')
exports.temp = path.join(__dirname, '..', '..', '_temp')