Skip to content

Commit 7c55ab3

Browse files
Update csfunctions/devserver.py
Co-authored-by: Julian Alberts <julian.alberts@contact-software.com>
1 parent 7cdf8ea commit 7c55ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csfunctions/devserver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The development server looks for an environment.yaml in the current working directory and reads the Functions from it.
2+
The development server looks for an environment.yaml in the given directory and reads the Functions from it.
33
The Functions are then available via HTTP requests to the server.
44
55
The server will automatically restart if you make changes to your Functions code or to the `environment.yaml` file.

0 commit comments

Comments
 (0)