/** * @firefrost/shared * * Shared utilities for Firefrost Gaming services * * Export all shared modules from this entry point */ // Example exports (will be populated as utilities are added) // export { logger } from './logger'; // export { formatDiscordEmbed } from './discord'; // export { pterodactylClient } from './pterodactyl'; // Placeholder for initial release export const version = '1.0.0';