mirror of
https://github.com/catdevnull/preciazo.git
synced 2025-02-23 11:26:27 +00:00
limpiar
This commit is contained in:
parent
32d64b83d4
commit
cc79195e3d
2 changed files with 2 additions and 3 deletions
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
@ -7,7 +7,7 @@
|
|||
{
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"name": "Launch Program",
|
||||
"name": "scraper",
|
||||
"skipFiles": ["<node_internals>/**"],
|
||||
"cwd": "${workspaceFolder}/scraper",
|
||||
"runtimeArgs": ["--import", "tsx/esm"],
|
||||
|
@ -24,6 +24,6 @@
|
|||
"runtimeArgs": ["--import", "tsx/esm"],
|
||||
"program": "${workspaceFolder}/coto-link-scraper/index.ts",
|
||||
"outFiles": ["${workspaceFolder}/**/*.js"]
|
||||
},
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// Import puppeteer
|
||||
import puppeteer from "puppeteer";
|
||||
|
||||
(async () => {
|
||||
|
|
Loading…
Reference in a new issue