import {watch} from "./gulpfile.mjs" export default function(cb) { watch(); cb(); };