Files
Tingluo Huang 7751908620 init
2023-09-18 01:13:38 +00:00

4 lines
164 B
JavaScript

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