mirror of
https://github.com/germondai/trawl.git
synced 2026-08-17 12:11:23 +02:00
chore(deps): refresh release dependencies
This commit is contained in:
@@ -36,7 +36,7 @@ This downloads the browser into the local cache. It only needs to run once per m
|
||||
## 3. Start Redis
|
||||
|
||||
```bash
|
||||
docker run -d --name trawl-redis -p 6379:6379 redis:8.8-alpine
|
||||
docker run -d --name trawl-redis -p 6379:6379 redis:8.8.1-alpine
|
||||
```
|
||||
|
||||
Or use any Redis-protocol-compatible server you already have.
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "@trawl/docs",
|
||||
"version": "1.4.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user