Files
WeatherStar4000/gulpfile.mjs
2026-04-18 16:35:51 -05:00

8 lines
135 B
JavaScript

import updateVendor from './gulp/update-vendor.mjs';
import buildDist from './gulp/build.mjs';
export {
updateVendor,
buildDist,
};