mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
Initial commit to release
This commit is contained in:
8
packages/nodes-base/gulpfile.js
Normal file
8
packages/nodes-base/gulpfile.js
Normal file
@@ -0,0 +1,8 @@
|
||||
const { src, dest } = require('gulp');
|
||||
|
||||
function copyIcons() {
|
||||
return src('nodes/**/*.png')
|
||||
.pipe(dest('dist/nodes'));
|
||||
}
|
||||
|
||||
exports.default = copyIcons;
|
||||
Reference in New Issue
Block a user