···3030 console.error("Username or password not provided. Exiting.");
3131 process.exit(1);
3232 }
3333-}
34333534// always create a sample file under id 00000000-0000-0000-0000-000000000000, being just sample.txt with a hello world message
3635{
···6564 await Bun.write(`./data/files/${sampleId}/${sampleFilename}`, arrayBuffer);
6665 }
6766}
6767+}
6868+68696970// log all rows from the database to the console at startup
7071const allFiles = db.query(`SELECT * FROM file_mapping`).all();