diff --git a/index.mjs b/index.mjs index 0e0179a..8c16a28 100644 --- a/index.mjs +++ b/index.mjs @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// TODO: IMPORTANT... links aren't showing previews on Bsky + import "dotenv/config"; import { appendFileSync, existsSync, readFileSync, unlinkSync, writeFileSync, createWriteStream } from 'fs'; import { finished } from 'stream/promises';