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:
6
utils/shared-server-manager.js
Normal file
6
utils/shared-server-manager.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const ServerManager = require('./server-manager');
|
||||
|
||||
// Create a single shared instance
|
||||
const sharedServerManager = new ServerManager();
|
||||
|
||||
module.exports = sharedServerManager;
|
Reference in New Issue
Block a user