feat: add facebook posting

This commit is contained in:
2025-12-23 15:12:27 -08:00
parent 98aefb0b12
commit 0cef2f3429
6 changed files with 628 additions and 5 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
"dev": "NODE_ENV=dev op run --env-file=./dev.env -- tsx watch ./src/index.ts",
"build": "tsx ./getDocs.ts && tsc",
"start": "op run --env-file=./prod.env -- node ./prod/index.js",
"test": "echo 'No tests yet' && exit 0"
"test": "echo 'No tests yet' && exit 0",
"facebookAuth": "op run --env-file=./prod.env -- node facebookAuth.js"
},
"keywords": [],
"author": "",