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>
This commit is contained in:
Nathan Schneider
2025-08-23 17:32:37 -06:00
commit 3aed09b60f
47 changed files with 12878 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
const ServerManager = require('./server-manager');
// Create a single shared instance
const sharedServerManager = new ServerManager();
module.exports = sharedServerManager;