Skip to content

Conversation

@dobesv
Copy link
Contributor

@dobesv dobesv commented Mar 17, 2025

There are a lot of features and options that are not described on the website, and can only be found be perusing the source code. This attempts to add some of that to the docs in the reference page.


if (!scriptFile) {
throw new Error('WorkerRunner: "script" configuration is required - e.g. { type: "worker", script: "./worker.js" }');
throw new Error('WorkerRunner: "worker" configuration is required - e.g. { type: "worker", options: { worker: "path/to/worker.js" } }');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated this message since it seems like "worker" is the preferred key name now per the examples already provided in the docs.

@dobesv dobesv changed the title Try to improve the docs Config documentation improvements Mar 17, 2025
@dobesv dobesv force-pushed the config-docs-improvements branch 3 times, most recently from d1c3ab6 to 00c560a Compare April 1, 2025 21:24
dobesv added 2 commits April 18, 2025 21:16
There are a lot of features and options that are not described on the website, and can only be found be perusing the source code.  This attempts to add some of that to the docs in the reference page.
@dobesv dobesv force-pushed the config-docs-improvements branch from 00c560a to 020701e Compare April 19, 2025 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant