feat: add announcements on threads

This commit is contained in:
2025-12-23 19:02:08 -08:00
parent 9edf95078d
commit 0dba248370
8 changed files with 829 additions and 4 deletions
+2 -1
View File
@@ -11,7 +11,8 @@
"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",
"linkedinAuth": "op run --env-file=./prod.env -- node linkedinAuth.js"
"linkedinAuth": "op run --env-file=./prod.env -- node linkedinAuth.js",
"threadsAuth": "op run --env-file=./prod.env -- node threadsAuth.js"
},
"keywords": [],
"author": "",