mckomo / gulp-vapor

Gulp task suite for Vapor web framework.
https://www.npmjs.com/package/gulp-vapor
MIT License
12 stars 1 forks source link

Compatibility with 2.0 #3

Open revolter opened 6 years ago

revolter commented 6 years ago

Is this compatible with Vapor 2.0?

revolter commented 6 years ago

I made it work by adding vapor.config.commands.start = ['.build/debug/Run', ['serve']];.