Media upload service for Subspeak

This commit is contained in:
2026-07-06 12:01:47 +02:00
commit 71f7ef1371
4 changed files with 243 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"name": "subspeak-media-upload",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "Tiny media upload + serving service for Subspeak (no dependencies).",
"scripts": {
"start": "node server.mjs"
}
}