test commit

This commit is contained in:
Charlotte Croce 2025-04-19 23:48:05 -04:00
parent 27d8ca32c0
commit 6f6e682e41

View file

@ -3,7 +3,7 @@
*
* Entry point for the Fylgja application.
* This module initializes the Slack bot server using configuration from fylgja.yml.
* It handles startup errors and provides logging.
* It handles startup errors and provides logging
*/
const app = require('./app');
const logger = require('./utils/logger');