ws4kp-linhanced/gulpfile.mjs
mrkmntal a5827601c9
Some checks are pending
build-docker / Build Image (push) Waiting to run
Remove basic-ftp and other Amazon S3 deployment related build dependencies
2026-04-11 18:33:00 -04:00

8 lines
181 B
JavaScript

import updateVendor from './gulp/update-vendor.mjs';
import buildFrontend, { buildDist } from './gulp/publish-frontend.mjs';
export {
updateVendor,
buildFrontend,
buildDist,
};