mirror of
https://github.com/kyantech/Palmr.git
synced 2026-01-09 06:02:28 +08:00
style: fix prettier formatting in server.ts
Co-authored-by: danielalves96 <62755605+danielalves96@users.noreply.github.com>
This commit is contained in:
parent
fdb65c3316
commit
4d028cee3e
@ -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)");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user