fix: bluesky threading, prep for linkedin

We are stuck waiting for scopes approval at the moment.
This commit is contained in:
2025-12-23 15:47:54 -08:00
parent 0cef2f3429
commit 5925f3aec0
4 changed files with 539 additions and 9 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
"build": "tsx ./getDocs.ts && tsc",
"start": "op run --env-file=./prod.env -- node ./prod/index.js",
"test": "echo 'No tests yet' && exit 0",
"facebookAuth": "op run --env-file=./prod.env -- node facebookAuth.js"
"facebookAuth": "op run --env-file=./prod.env -- node facebookAuth.js",
"linkedinAuth": "op run --env-file=./prod.env -- node linkedinAuth.js"
},
"keywords": [],
"author": "",