Skip to content

Commit

Permalink
docs: document the new accountId option
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoVazquez committed Aug 7, 2023
1 parent 49cc5c5 commit 5c6fc1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugins/nx-cloudflare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ The available options are the following:
| name | string | \*required | What name would you like to use? |
| template | fetch-handler, scheduled-handler, none | fetch-handler | Which worker template do you want to use? |
| port | number | 8787 | The port in which the worker will be run on development mode |
| accountId | string | null | The Cloudflare account identifier where the worker will be deployed |
| js | boolean | false | Use JavaScript instead of TypeScript |
| tags | string | null | Add tags to the application (used for linting). |
| frontendProject | string | null | Frontend project that needs to access this application. This sets up proxy configuration. |
Expand Down

0 comments on commit 5c6fc1f

Please sign in to comment.