Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #139 from nodebotanist/add-types-to-README
Browse files Browse the repository at this point in the history
Added type for wrangler.toml file
  • Loading branch information
ashleygwilliams authored May 24, 2019
2 parents 6cad80b + 0b929c9 commit 17ff979
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ There are two types of configuration that `wrangler` uses: global user and per p
edit this file to add these values before you can publish.
- `name`: This is the name of your project. It will be the name of your script.
- `type`: The type of project this is. Can be one of the following:
- `javascript`: this is the default: assumes a javascript worker that does not need a build step
- `webpack`: this is a javascript worker that uses a webpack build step
- `rust`: this is a Rust/WASM worker-- will compile Rust to WebAssembly and package worker on build step
- `zone_id`: This is the ID of the "zone" or domain you want to run your script on.
- `account_id`: This is the ID of the account associated with your zone. You might have more than one account,
so make sure to use the ID of the account associated with the `zone_id` you provide.
Expand Down

0 comments on commit 17ff979

Please sign in to comment.