Files

6 lines
121 B
JavaScript
Raw Permalink Normal View History

2025-11-14 11:39:33 +08:00
const path = require('path')
module.exports = {
src: path.join(__dirname, 'src'),
lib: path.join(__dirname, 'lib')
}