diff --git a/bun.lockb b/bun.lockb deleted file mode 100755 index 1c05176..0000000 Binary files a/bun.lockb and /dev/null differ diff --git a/package.json b/package.json deleted file mode 100644 index 6cc95ea..0000000 --- a/package.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "preciazo", - "private": true, - "workspaces": [ - "link-scrapers", - "scraper", - "sitio", - "db-datos" - ] -} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..4379e8a --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,5 @@ +packages: + - link-scrapers + - scraper + - sitio + - db-datos