mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
--reload now also reloads if databases change on disk
This commit is contained in:
parent
48d24c6589
commit
eac08f0dfc
2 changed files with 4 additions and 3 deletions
|
|
@ -8,8 +8,8 @@ Options:
|
|||
-h, --host TEXT host for server, defaults to 127.0.0.1
|
||||
-p, --port INTEGER port for server, defaults to 8001
|
||||
--debug Enable debug mode - useful for development
|
||||
--reload Automatically reload if code change detected - useful for
|
||||
development
|
||||
--reload Automatically reload if database or code change detected -
|
||||
useful for development
|
||||
--cors Enable CORS by serving Access-Control-Allow-Origin: *
|
||||
--load-extension PATH Path to a SQLite extension to load
|
||||
--inspect-file TEXT Path to JSON file created using "datasette inspect"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue