mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
docs(watch): Add note about --unstable flag (#8876)
This commit is contained in:
parent
25218a6a2d
commit
6719cb9b2a
1 changed files with 7 additions and 0 deletions
|
@ -94,6 +94,13 @@ watcher. When Deno starts up with this flag it watches the entrypoint, and all
|
|||
local files the entrypoint statically imports. Whenever one of these files is
|
||||
changed on disk, the program will automatically be restarted.
|
||||
|
||||
**Note: file watcher is a new feature and still unstable thus it requires
|
||||
`--unstable` flag**
|
||||
|
||||
```
|
||||
deno run --watch --unstable main.ts
|
||||
```
|
||||
|
||||
### Integrity flags
|
||||
|
||||
Affect commands which can download resources to the cache: `deno cache`,
|
||||
|
|
Loading…
Add table
Reference in a new issue