Add Threads social test script

This commit is contained in:
Jack Matthews 2023-07-12 17:08:28 -04:00
parent f4c0e71f1d
commit 2bbd8c717d
No known key found for this signature in database

View File

@ -13,6 +13,7 @@
"social:test:image": "node app/index.mjs socialTestImage",
"social:test:mastodon": "node app/index.mjs socialTestMastodon",
"social:test:bluesky": "node app/index.mjs socialTestBluesky",
"social:test:threads": "node app/index.mjs socialTestThreads",
"splatnet": "node app/index.mjs splatnet",
"splatnet:all": "node app/index.mjs splatnetAll",
"warmCaches": "node app/index.mjs warmCaches",
@ -52,4 +53,4 @@
"tailwindcss": "^3.1.8",
"vite": "^3.1.3"
}
}
}