Add tools to auto-scrape using Common Crawl as the source

This commit is contained in:
2026-03-20 15:01:44 -05:00
parent b0094ec228
commit 4a325985aa
7 changed files with 916 additions and 2 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
{
"name": "firewallissues",
"private": true,
"type": "module",
"scripts": {
"test": "node --test --experimental-default-type=module",
"test": "node --test",
"vendor:marked": "mkdir -p web/vendor && cp node_modules/marked/lib/marked.esm.js web/vendor/marked.esm.js"
},
"devDependencies": {