Open
Description
Tell us about your feature request
Currently there is no make target that enables me start the database together with air hot loading.
Either I can use make docker-run
which does not support air hot loading, or I can use make watch
which does not start the database.
I'd like to be able to start a development environment that supports both a database (as a test container like used for the tests or a regular docker image) together with the server with air hot loading support.
Disclaimer
- I agree