mirror of
https://github.com/rjNemo/deno_tuto
synced 2026-06-06 02:26:40 +00:00
import and test examples
This commit is contained in:
parent
848b9f1f34
commit
0d8f3272bf
1 changed files with 6 additions and 0 deletions
|
|
@ -51,3 +51,9 @@ deno run --allow-net index.ts
|
|||
```
|
||||
|
||||
Checkout files in [examples](examples/) folder.
|
||||
|
||||
### Watch mode
|
||||
|
||||
```shell
|
||||
deno run --watch --unstable index.ts
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue