Files
WeatherStar4000/gulpfile.mjs
2025-06-26 22:30:42 -05:00

11 lines
241 B
JavaScript

import updateVendor from './gulp/update-vendor.mjs';
import publishFrontend, { buildDist, invalidate, stageFrontend } from './gulp/publish-frontend.mjs';
export {
updateVendor,
publishFrontend,
buildDist,
invalidate,
stageFrontend,
};