aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-02-07 18:29:52 +0000
committerMohamedBassem <me@mbassem.com>2024-02-07 18:37:20 +0000
commit3ec45e8bbb8285b17c703907d4c161b633663096 (patch)
treeee52a753740a4a45e0ffe34840fc878ac383a5e2 /package.json
parentb12b964e0617f410b5c7b0989754cf94d01177cf (diff)
downloadkarakeep-3ec45e8bbb8285b17c703907d4c161b633663096.tar.zst
[refactor] Rename the crawlers package to workers
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index c57be20a..0462a4c7 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"private": true,
"workspaces": [
"web",
- "crawler",
+ "workers",
"shared",
"db"
],