Skip to content

Commit a646ddb

Browse files
author
Jens Kürten
committed
Update development server documentation to clarify that it will restart on changes to both Functions code and the environment.yaml file.
1 parent 1e99711 commit a646ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development_server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ python -m functions.server --secret my_secret
3030

3131
## Autoreloading
3232

33-
The development server will automatically restart if you make changes to your Functions code. However it will not restart if you make changes to the `environment.yaml` file.
33+
The development server will automatically restart if you make changes to your Functions code or to the `environment.yaml` file.
3434

3535
## Exposing the server
3636

0 commit comments

Comments
 (0)