Skip to content

Commit d3f256f

Browse files
authored
Update src/content/docs/hyperdrive/get-started.mdx
1 parent 096137f commit d3f256f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/hyperdrive/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Upon receiving a request, the code above does the following:
343343

344344
### Run in development mode (optional)
345345

346-
You can start your project in development mode. If you want to connect to a local database on your local development computer (i.e. `localhost:5432`), you can now run `wrangler dev`. This will connect directly to your database from your local Worker project emulation (Hyperdrive caching will not take effect, and the local database must not require SSL). To develop using a remote database, you can connect to your Hyperdrive configuration by running `wrangler dev --remote`.
346+
You can start your project in development mode. If you want to connect to the local database configured in your `wrangler.jsonc` with `localConnectionString` (e.g. `localhost:5432`), you can now run `wrangler dev`. This will connect directly to your database from your local Worker project emulation (Hyperdrive caching will not take effect, and the local database must not require SSL). To develop using a remote database, you can connect to your Hyperdrive configuration by running `wrangler dev --remote`.
347347

348348
## 6. Deploy your Worker
349349

0 commit comments

Comments
 (0)