chore: tidy claude prompt and drop npm lock

This commit is contained in:
Peter Steinberger
2025-12-02 21:07:37 +00:00
parent 793360c5bb
commit 2018c90ae2
3 changed files with 1 additions and 4899 deletions

View File

@@ -1,5 +1,3 @@
// ABOUTME: Media storage utilities - downloads from URLs and saves to disk
// ABOUTME: Handles both remote URLs (with redirect support) and local file paths
import crypto from "node:crypto";
import { createWriteStream } from "node:fs";
import fs from "node:fs/promises";