wip: Add image downloading

This commit is contained in:
2025-03-15 22:24:25 +01:00
parent 82d8a00eb4
commit 1a11bc3492
12 changed files with 123 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "api",
"version": "1.0.50",
"version": "5.0.0",
"scripts": {
"dev": "bun --watch src/index.ts",
"build": "bun build src/index.ts --target bun --outdir ./dist",