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>
6 lines
174 B
JavaScript
6 lines
174 B
JavaScript
const ServerManager = require('./server-manager');
|
|
|
|
// Create a single shared instance
|
|
const sharedServerManager = new ServerManager();
|
|
|
|
module.exports = sharedServerManager; |