We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unstable_startDevWorker
entrypoint
1 parent 11aa362 commit 1cd30a5Copy full SHA for 1cd30a5
.changeset/deep-symbols-fix.md
@@ -0,0 +1,5 @@
1
+---
2
+"wrangler": patch
3
4
+
5
+fix: remove outdated js-doc comment for `unstable_startDevWorker`'s `entrypoint`
packages/wrangler/src/api/startDevWorker/types.ts
@@ -65,7 +65,6 @@ export interface StartDevWorkerInput {
65
/**
66
* The javascript or typescript entry-point of the worker.
67
* This is the `main` property of a Wrangler configuration file.
68
- * You can specify a file path or provide the contents directly.
69
*/
70
entrypoint?: string;
71
/** The configuration of the worker. */
0 commit comments