v1.0.0-beta.14 release
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-12 16:11:18 +02:00
parent e516ad49e9
commit 4b616e825a

View File

@@ -142,7 +142,7 @@ app.listen(PORT, () => {
if (logger) { if (logger) {
logger.info(`☀️ Welcome to the Content Delivery Network Server`); logger.info(`☀️ Welcome to the Content Delivery Network Server`);
logger.info(`🚀 Your server is available and running on port ${PORT}`); logger.info(`🚀 Your server is available and running on port ${PORT}`);
logger.info(`⚜️ Application developed by Dinawo, part of the SwiftLogic Labs group`); logger.info(`⚜️ Application developed by Dinawo, part of the Myaxrin Labs group`);
logger.info(`♨️ Version: ${version}`); logger.info(`♨️ Version: ${version}`);
console.log(''); console.log('');
} else { } else {