ws4kp-linhanced/gulpfile.mjs

9 lines
210 B
JavaScript
Raw Normal View History

2024-07-07 22:21:53 -05:00
import updateVendor from './gulp/update-vendor.mjs';
2025-05-20 18:26:50 -05:00
import publishFrontend, { buildDist, invalidate } from './gulp/publish-frontend.mjs';
2024-07-07 22:21:53 -05:00
export {
updateVendor,
publishFrontend,
2025-03-24 18:24:49 -05:00
buildDist,
2025-05-20 18:26:50 -05:00
invalidate,
2024-07-07 22:21:53 -05:00
};