We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cdf8ea commit 7c55ab3Copy full SHA for 7c55ab3
csfunctions/devserver.py
@@ -1,5 +1,5 @@
1
"""
2
-The development server looks for an environment.yaml in the current working directory and reads the Functions from it.
+The development server looks for an environment.yaml in the given directory and reads the Functions from it.
3
The Functions are then available via HTTP requests to the server.
4
5
The server will automatically restart if you make changes to your Functions code or to the `environment.yaml` file.
0 commit comments