Skip to content

Commit

Permalink
update to deno 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hashrock committed May 20, 2020
1 parent 4f5e18c commit 2bd9513
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -2,14 +2,16 @@

# Run

At the moment, deno_webview seems to block the http server handler, so you need to run the two scripts in separate processes.

execute two commands:

- deno run --allow-net --allow-write --allow-read server.ts
- deno run --allow-env --allow-write --allow-read --allow-net --allow-plugin .\index.ts
- deno run --unstable --allow-env --allow-write --allow-read --allow-net --allow-plugin .\index.ts

# Edge Webview info

If you are using Windows, you may require this:
If you are using Windows, you may require this:

https://github.com/Boscop/web-view#known-issues-and-limitations

Expand Down

0 comments on commit 2bd9513

Please sign in to comment.