mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-18 17:49:31 -07:00
8 lines
135 B
JavaScript
8 lines
135 B
JavaScript
import updateVendor from './gulp/update-vendor.mjs';
|
|
import buildDist from './gulp/build.mjs';
|
|
|
|
export {
|
|
updateVendor,
|
|
buildDist,
|
|
};
|