style: fix prettier formatting in server.ts

Co-authored-by: danielalves96 <62755605+danielalves96@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-12-10 16:58:48 +00:00
parent fdb65c3316
commit 4d028cee3e

View File

@ -88,7 +88,7 @@ async function startServer() {
console.log(` Endpoint: ${storageConfig.endpoint}`);
console.log(` Region: ${storageConfig.region}`);
console.log(` Bucket: ${storageConfig.bucketName}`);
// Warn if STORAGE_URL is set for external S3 (common mistake)
if (env.STORAGE_URL) {
console.log("⚠️ WARNING: STORAGE_URL is set but not used with external S3 (ENABLE_S3=true)");