mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-14 15:49:31 -07:00
10 lines
210 B
JavaScript
10 lines
210 B
JavaScript
import updateVendor from './gulp/update-vendor.mjs';
|
|
import publishFrontend, { buildDist, invalidate } from './gulp/publish-frontend.mjs';
|
|
|
|
export {
|
|
updateVendor,
|
|
publishFrontend,
|
|
buildDist,
|
|
invalidate,
|
|
};
|