8 lines
184 B
JavaScript
8 lines
184 B
JavaScript
import updateVendor from './gulp/update-vendor.mjs';
|
|
import publishFrontend, { buildDist } from './gulp/publish-frontend.mjs'
|
|
|
|
export {
|
|
updateVendor,
|
|
publishFrontend,
|
|
buildDist,
|
|
};
|