Skip to content

Commit

Permalink
fixed scraping
Browse files Browse the repository at this point in the history
  • Loading branch information
introkun committed Mar 27, 2024
1 parent 18d43c2 commit 9f23706
Show file tree
Hide file tree
Showing 6 changed files with 2,018 additions and 1,208 deletions.
33 changes: 33 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "start-debug",
"request": "launch",
"runtimeArgs": [
"run-script",
"start-debug"
],
"runtimeExecutable": "npm",
"skipFiles": [
"<node_internals>/**"
],
"type": "pwa-node"
},

{
"type": "pwa-node",
"request": "launch",
"name": "run tests",
"program": "${workspaceRoot}/node_modules/jest/bin/jest.js",
"args": [
"-i"
],
"internalConsoleOptions": "openOnSessionStart",
},

]
}
Loading

0 comments on commit 9f23706

Please sign in to comment.