Files
n8n-nodes-gwezz-changdunovel/node_modules/indefinite/gulp/config.js
2025-10-26 23:10:15 +08:00

8 lines
153 B
JavaScript

const path = require('path');
module.exports = {
root: path.resolve(__dirname, '..') + path.sep,
tests: ['test/**/*.js'],
lib: ['lib/**/*.js']
};