๐Ÿ“๐Ÿ–ผ๏ธ๐Ÿน A small thing where I can upload a file and get a link back. https://media.strawmelonjuice.com/
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add the sample files only on initial setup

+2 -1
+2 -1
index.ts
··· 30 30 console.error("Username or password not provided. Exiting."); 31 31 process.exit(1); 32 32 } 33 - } 34 33 35 34 // always create a sample file under id 00000000-0000-0000-0000-000000000000, being just sample.txt with a hello world message 36 35 { ··· 65 64 await Bun.write(`./data/files/${sampleId}/${sampleFilename}`, arrayBuffer); 66 65 } 67 66 } 67 + } 68 + 68 69 69 70 // log all rows from the database to the console at startup 70 71 const allFiles = db.query(`SELECT * FROM file_mapping`).all();