vinistock/sail

Make Sail work with Rails API mode

vinistock opened this issue · 0 comments

At the moment, Sail does not work with an application created using the --api option. This is due to missing middleware and libraries that are not included in the API mode.

It would be great if Sail could resolve the missing requirements on its own and work out of the box for API only applications since they can also benefit from configurations.