Open revolter opened 6 years ago
Is this compatible with Vapor 2.0?
I made it work by adding vapor.config.commands.start = ['.build/debug/Run', ['serve']];.
vapor.config.commands.start = ['.build/debug/Run', ['serve']];
Is this compatible with Vapor 2.0?