mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-14 15:49:31 -07:00
change gulp to mjs
This commit is contained in:
7
gulpfile.mjs
Normal file
7
gulpfile.mjs
Normal file
@@ -0,0 +1,7 @@
|
||||
import updateVendor from './gulp/update-vendor.mjs';
|
||||
import publishFrontend from './gulp/publish-frontend.mjs';
|
||||
|
||||
export {
|
||||
updateVendor,
|
||||
publishFrontend,
|
||||
};
|
||||
Reference in New Issue
Block a user