You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should not add any dependencies, should use libuv to watch files.
--static-files-dir PATH Enable static file server on this directory. You can also provide ROUTE:PATH ex: /assets:./public to say in what HTTP path route you wanna serve the files, default ROUTE is /.
--reload Enable auto-reload. These options also disable the --workers or -w options.
--reload-dir PATH Set reload directories explicitly, instead of using the current working directory.
--reload-include TEXT Set extensions to include while watching for files.
Includes '.py,.html,.js,.png,.jpeg,.jpg and .webp' by default;
these defaults can be overridden with `--reload-exclude`.
--reload-exclude TEXT Set extensions to include while watching for files.
--reload-delay INT Milliseconds to delay reload between file changes. [default: 1000]
Should allow multiple --reload-dir and --static-files-dir.
The text was updated successfully, but these errors were encountered:
Should not add any dependencies, should use libuv to watch files.
Should allow multiple
--reload-dir
and--static-files-dir
.The text was updated successfully, but these errors were encountered: