ws4kp-linhanced/gulpfile.mjs

10 lines
241 B
JavaScript
Raw Normal View History

2024-07-07 22:21:53 -05:00
import updateVendor from './gulp/update-vendor.mjs';
2025-06-26 22:30:42 -05:00
import publishFrontend, { buildDist, invalidate, stageFrontend } 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,
2025-06-26 22:30:42 -05:00
stageFrontend,
2024-07-07 22:21:53 -05:00
};