change gulp to mjs

This commit is contained in:
Matt Walsh
2024-07-07 22:21:53 -05:00
parent 168c0c5caf
commit 75314d92c9
7 changed files with 456 additions and 268 deletions

7
gulpfile.mjs Normal file
View File

@@ -0,0 +1,7 @@
import updateVendor from './gulp/update-vendor.mjs';
import publishFrontend from './gulp/publish-frontend.mjs';
export {
updateVendor,
publishFrontend,
};