4 lines
164 B
JavaScript
4 lines
164 B
JavaScript
|
|
const path = require('path')
|
||
|
|
|
||
|
|
exports.actionsConfig = path.join(__dirname, '..', '..', 'config', 'actions')
|
||
|
|
exports.temp = path.join(__dirname, '..', '..', '_temp')
|