Skip to content

Commit 1cd30a5

Browse files
fix: remove outdated js-doc comment for unstable_startDevWorker's entrypoint (#9118)
1 parent 11aa362 commit 1cd30a5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/deep-symbols-fix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ export interface StartDevWorkerInput {
6565
/**
6666
* The javascript or typescript entry-point of the worker.
6767
* This is the `main` property of a Wrangler configuration file.
68-
* You can specify a file path or provide the contents directly.
6968
*/
7069
entrypoint?: string;
7170
/** The configuration of the worker. */

0 commit comments

Comments
 (0)