Use Live Reload server by default in development

This commit is contained in:
Sebastián Ramírez
2019-03-14 16:05:50 +04:00
parent 6c83c57ad6
commit 5cb50a9986
3 changed files with 16 additions and 4 deletions

View File

@@ -148,6 +148,10 @@ After using this generator, your new project (the directory created) will contai
### Next
* Set `/start-reload.sh` as a command override for development by default.
* Update generated README.
### 0.2.0
**<a href="https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/2" target="_blank">PR #2</a>**: