modal serve
Run a web endpoint(s) associated with a Modal stub and hot-reload code.
Examples:
modal serve hello_world.py
Usage:
modal serve [OPTIONS] STUB_REF
Arguments:
STUB_REF
: Path to a Python file with a stub. [required]
Options:
--timeout FLOAT
--help
: Show this message and exit.