mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-13 23:29:36 -07:00
11 lines
241 B
JavaScript
11 lines
241 B
JavaScript
import updateVendor from './gulp/update-vendor.mjs';
|
|
import publishFrontend, { buildDist, invalidate, stageFrontend } from './gulp/publish-frontend.mjs';
|
|
|
|
export {
|
|
updateVendor,
|
|
publishFrontend,
|
|
buildDist,
|
|
invalidate,
|
|
stageFrontend,
|
|
};
|