Skip to content

Commit

Permalink
simplify deno run example
Browse files Browse the repository at this point in the history
  • Loading branch information
sordina committed Oct 12, 2023
1 parent 2d1f02a commit 898bcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/typescript-deno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export function hello(): string {
function foo() {
}
> deno run --allow-sys --allow-run --allow-net --allow-read --allow-write --allow-env --watch --check https://deno.land/x/[email protected]/mod.ts serve --configuration ./config.json
> deno run -A --watch --check https://deno.land/x/[email protected]/mod.ts serve --configuration ./config.json
Watcher Process started.
Check https://deno.land/x/[email protected]/mod.ts
Running Connector.start
Expand Down

0 comments on commit 898bcf2

Please sign in to comment.