Skip to content

Commit

Permalink
cleans up debugging and adds comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank M. Taylor committed Apr 3, 2024
1 parent fe5867f commit 99df8d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"version": "0.2.0",
"configurations": [
{
"type": "pwa-node",
"type": "node",
"request": "launch",
"name": "Launch Program",
"args": [
"-u",
"-u", // url
"https://frankmtaylor.com/sitemap.xml",
"-l",
"20",
"-c",
"-s",
"-l", // limit. raise or lower for more pages AND screenshots
"10",
"-c", // screengrabs.
"-s", // the selector
"h1"
],
"skipFiles": [
Expand Down

0 comments on commit 99df8d8

Please sign in to comment.