Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jirispilka committed Sep 4, 2024
1 parent 90c7bd0 commit 3212d30
Show file tree
Hide file tree
Showing 2 changed files with 692 additions and 400 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,16 @@ However, if you're looking for a cost-effective solution, you can run the Actor

### 👷🏼 Development

#### Run STANDBY mode using apify-cli for development
**Run STANDBY mode using apify-cli for development**
```bash
APIFY_META_ORIGIN=STANDBY apify run -p
```

**Install playwright dependencies**
```bash
npx playwright install --with-deps
```

##### Open question:

Response object - should we create an envelope object for the response?
Expand Down
Loading

0 comments on commit 3212d30

Please sign in to comment.