mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-14 07:39:29 -07:00
9 lines
184 B
JavaScript
9 lines
184 B
JavaScript
import updateVendor from './gulp/update-vendor.mjs';
|
|
import publishFrontend, { buildDist } from './gulp/publish-frontend.mjs'
|
|
|
|
export {
|
|
updateVendor,
|
|
publishFrontend,
|
|
buildDist,
|
|
};
|