Files
LuHost/utils/shared-server-manager.js
Nathan Schneider 3aed09b60f Initial commit: LuHost - Luanti Server Management Web Interface
A modern web interface for Luanti (Minetest) server management with ContentDB integration.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-23 17:32:37 -06:00

6 lines
174 B
JavaScript

const ServerManager = require('./server-manager');
// Create a single shared instance
const sharedServerManager = new ServerManager();
module.exports = sharedServerManager;