Setting size to 0 disables checking of client request body size.
module.exports.serve = () => {
console.log('here');
};
➜ temp npx gulp serve
[00:56:44] Using gulpfile ~/Documents/temp/gulpfile.js
[00:56:44] Starting 'serve'...
here
[00:56:44] The following tasks did not complete: serve
[00:56:44] Did you forget to signal async completion?