Skip to content

Commit

Permalink
Merge pull request #43 from bzr-sys/docs-tweak
Browse files Browse the repository at this point in the history
Improve local dev docs a bit
  • Loading branch information
paddyohanlon authored Sep 26, 2024
2 parents 959d717 + 1a4235c commit c563fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/docs/start-here/local-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The mock server is close in functionality with the real server. You can log in o

## Connect your app to the mock server

Whenever you run your app with `NODE_ENV=development`, the Bazaar library will automatically connect to http://localhost:3377. You can also change this URL manually when creating a BazaarApp.
When running your app in development mode, the Bazaar library will automatically connect to mock server URL by defaulting `bazaarUri` to `http://localhost:3377`. In production, `bazaarUri` is set to `https://cloud.bzr.dev`. You can optionally set this URL when creating a BazaarApp.

```js
import { BazaarApp } from "@bzr/bazaar";
Expand Down

0 comments on commit c563fcd

Please sign in to comment.