mirror of
https://github.com/rjNemo/deno_tuto
synced 2026-06-12 12:56:39 +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.
|
Checkout files in [examples](examples/) folder.
|
||||||
|
|
||||||
|
### Watch mode
|
||||||
|
|
||||||
|
```shell
|
||||||
|
deno run --watch --unstable index.ts
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue