try this shi

This commit is contained in:
2025-10-13 13:53:48 -05:00
commit fc6d1237e9
24 changed files with 1345 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "minecraft-dashboard",
"version": "1.0.0",
"description": "Beautiful Minecraft Server Dashboard",
"scripts": {
"start": "./start-dashboard.sh",
"stop": "./stop-dashboard.sh",
"logs": "docker-compose -f docker-compose.dashboard.yml logs -f",
"rebuild": "docker-compose -f docker-compose.dashboard.yml up -d --build"
},
"keywords": ["minecraft", "dashboard", "docker", "react", "nodejs"],
"author": "",
"license": "MIT"
}