mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-26 03:26:19 +00:00
WIP: parar de usar Bun
This commit is contained in:
parent
5e738985f6
commit
06c0e5814e
3 changed files with 5 additions and 10 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
10
package.json
10
package.json
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"name": "preciazo",
|
|
||||||
"private": true,
|
|
||||||
"workspaces": [
|
|
||||||
"link-scrapers",
|
|
||||||
"scraper",
|
|
||||||
"sitio",
|
|
||||||
"db-datos"
|
|
||||||
]
|
|
||||||
}
|
|
5
pnpm-workspace.yaml
Normal file
5
pnpm-workspace.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
packages:
|
||||||
|
- link-scrapers
|
||||||
|
- scraper
|
||||||
|
- sitio
|
||||||
|
- db-datos
|
Loading…
Reference in a new issue