feat: Update environment variable naming and refactor image URL handling across the application

This commit is contained in:
2024-11-26 10:34:29 +02:00
parent 29e8d3d133
commit b7771ac827
14 changed files with 107 additions and 69 deletions

View File

@@ -1174,7 +1174,7 @@ export const handler = async () => {
console.info(`Data population for table ${tableName} complete.`);
}
console.log("Data population complete.");
console.info("Data population complete.");
} catch (error) {
console.error("Failed to populate data:", error);
}