Skip to content

Commit a6135a6

Browse files
committed
clarify unstable_dev()
1 parent 89cd0c0 commit a6135a6

File tree

1 file changed

+1
-3
lines changed
  • src/content/docs/workers/wrangler

1 file changed

+1
-3
lines changed

src/content/docs/workers/wrangler/api.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ By default, `unstable_dev` will perform integration tests against a local server
5555

5656
:::note
5757

58-
The `unstable_dev()` function has an `unstable_` prefix because the API is experimental and may change in the future.
59-
60-
`unstable_dev()` has no known bugs and is safe to use. If you discover any bugs, open a [GitHub issue](https://github.com/cloudflare/workers-sdk/issues/new/choose).
58+
The `unstable_dev()` function has an `unstable_` prefix because the API is experimental and may change in the future. We recommend migrating to the `unstable_startWorker()` API, documented above.
6159

6260
If you have been using `unstable_dev()` for integration testing and want to migrate to Cloudflare's Vitest integration, refer to the [Migrate from `unstable_dev` migration guide](/workers/testing/vitest-integration/get-started/migrate-from-unstable-dev/) for more information.
6361

0 commit comments

Comments
 (0)