[Feature Request] Add make target to start a development env with database and air hot loading
Author: mingan666Created Dec 13, 2024Updated Dec 15, 2024
Labelsenhancement
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
Source: Melkeydev/go-blueprint