This commit is contained in:
Tingluo Huang
2023-09-18 01:13:38 +00:00
commit 7751908620
45 changed files with 3072 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
const path = require('path')
exports.actionsConfig = path.join(__dirname, '..', '..', 'config', 'actions')
exports.temp = path.join(__dirname, '..', '..', '_temp')