Why does Gulp keep restarting?

I have a project and it is using Gulp to manage tasks. The only issue is when it is done the tasks it restarts and this should not happen… as it only happens on Glitch. This is a public remix if you want to have a look. https://glitch.com/edit/#!/like-minnow

I’m not familiar with using Gulp, but do you need to spawn a child process to start your server if all you’re calling in your start command is gulp? Either that or add node src/server.js from within your start command too.