Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-browser-app

## 2.5.3

### Patch Changes

- Currently, the README states that running on a local browser requires you to switch LOCAL to BROWSERBASE in stagehand.config.ts - this updates the file location to index.ts, and swaps the order to be BROWSERBASE -> LOCAL

## 2.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-browser-app",
"version": "2.5.2",
"version": "2.5.3",
"description": "",
"bin": {
"create-browser-app": "./dist/cli.js"
Expand Down
2 changes: 1 addition & 1 deletion template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ We have custom .cursorrules for this project. It'll help quite a bit with writin

### Run on Local

To run on a local browser, add your API keys to .env and change `env: "LOCAL"` to `env: "BROWSERBASE"` in [stagehand.config.ts](stagehand.config.ts).
To run on a local browser, add your API keys to .env and change `env: "BROWSERBASE"` to `env: "LOCAL"` in [index.ts](index.ts).