@minecraft-docker/mcctl-console 1.15.5 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/standalone/package.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/BUILD_ID +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/app-build-manifest.json +183 -127
- package/.next/standalone/platform/services/mcctl-console/.next/app-path-routes-manifest.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/build-manifest.json +4 -4
- package/.next/standalone/platform/services/mcctl-console/.next/prerender-manifest.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/routes-manifest.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/audit-logs/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/audit-logs/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/audit-logs/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/backups/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/backups/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/backups/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/dashboard/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/dashboard/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/dashboard/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/players/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/players/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/players/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/routing/page.js +5 -5
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/routing/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/routing/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/servers/[name]/console/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/servers/[name]/console/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/servers/[name]/console/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/servers/[name]/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/servers/[name]/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/servers/[name]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/servers/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/servers/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/servers/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/settings/page.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/settings/page.js.nft.json +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/settings/page_client-reference-manifest.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/worlds/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/worlds/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/(main)/worlds/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/_not-found.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/_not-found.rsc +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/admin/users/page.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/admin/users/page.js.nft.json +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/admin/users/page_client-reference-manifest.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/admin/users.html +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/admin/users.meta +5 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/admin/users.rsc +12 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/audit-logs/[id]/route.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/audit-logs/export/route.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/audit-logs/route.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/audit-logs/stats/route.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/audit-logs/stream/route.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/auth/[...all]/route.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/backup/history/route.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/backup/restore/route.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/backup/route.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/players/ban/route.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/players/kick/route.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/players/op/[player]/route.js +57 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/players/op/[player]/route.js.nft.json +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/players/op/route.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/players/route.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/players/whitelist/route.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/router/status/route.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/servers/[name]/[action]/route.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/servers/[name]/config/route.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/servers/[name]/exec/route.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/servers/[name]/route.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/servers/[name]/world/reset/route.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/servers/route.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/user-servers/[id]/route.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/user-servers/route.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/users/route.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/worlds/[name]/[action]/route.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/worlds/[name]/route.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/api/worlds/route.js +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/audit-logs.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/audit-logs.rsc +3 -3
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/backups.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/backups.rsc +3 -3
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/dashboard.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/dashboard.rsc +3 -3
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/index.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/index.rsc +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/login/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/login/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/login.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/login.rsc +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/players.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/players.rsc +3 -3
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/routing.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/routing.rsc +3 -3
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/servers.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/servers.rsc +3 -3
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/settings.html +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/settings.meta +5 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/settings.rsc +18 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/signup/page.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/signup/page.js.nft.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/signup/page_client-reference-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/signup.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/signup.rsc +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/worlds.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/app/worlds.rsc +3 -3
- package/.next/standalone/platform/services/mcctl-console/.next/server/app-paths-manifest.json +14 -11
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/1645.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/2572.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/2793.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/3029.js +5 -5
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/3048.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/354.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/4282.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/5019.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/6088.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/609.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/613.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/6231.js +74 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/7057.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/7238.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/7453.js +54 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/7521.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/8389.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/8849.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/8872.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/9250.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/server/middleware-build-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/middleware-manifest.json +5 -5
- package/.next/standalone/platform/services/mcctl-console/.next/server/next-font-manifest.js +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/next-font-manifest.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/pages/404.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/pages/500.html +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/server-reference-manifest.json +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/1189-60aed59c0e82a63d.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/1544-d2d1404bef00d038.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/1658-1c16e5a05aaa11ee.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/1668-c41281dc3163e1c2.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/1721-2758853c661770ff.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/190-9ecdd3c2ad7fadef.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/3489-b8c5f08aa4922197.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/4416-2385e5784dc036d6.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/4474-b7d88543d50f7f58.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/5375-a2d3a8fb915a3971.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/5381-4e3aac97e0617278.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/5386-a568e84580b1d208.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/6357-a9d3501984c53429.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/6479-82b21daf8e380c4d.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/6571-0d9e629a91d9f630.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/6727-e25ea0d10f0fea68.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/6758-d0a2d1008691eff1.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/680-61e3cda59bad5959.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/6857-5b9c04069853bfc4.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/6909-9750e61adcf6f5e5.js +1 -0
- package/.next/{static/chunks/4840-5802e869ffd1d2a9.js → standalone/platform/services/mcctl-console/.next/static/chunks/7073-46594e6380fdda11.js} +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/7436-44378c85b24787cc.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/765-8e911fe4e2959f8d.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/7782-0f287c9ab0566879.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/787-91c6946656342fe4.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/8625-b235421f69a178fb.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/880-be7151cc9c502be6.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/9485-9510025fbd9f9555.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/9760-3b9261fc2cfda017.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/9810-e8bf0b092d80a553.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/audit-logs/{page-7a5d1441bb2811cf.js → page-b879c927081e59a2.js} +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/backups/{page-cc46681d519753dd.js → page-7a59c9269da2d63e.js} +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/dashboard/{page-b548fe2aac951e5b.js → page-d2d8cd0c7a0a54ec.js} +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/layout-2f8a2fe359953bbc.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/players/page-724151791dd69b93.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/routing/page-909690ecbe76f31c.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/servers/[name]/console/{page-ca0344337ef5da93.js → page-617a1ab914c8d828.js} +1 -1
- package/.next/{static/chunks/app/(main)/servers/[name]/page-55fee1f878b51fb8.js → standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/servers/[name]/page-96518534b90deb1c.js} +1 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/servers/page-c35bb5a99e6ff107.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/settings/page-a805f639e14a10b0.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/worlds/page-704a3dafb5b8ec15.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/admin/users/page-f45f3cd30725a718.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/login/page-1665f285187a2a51.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/page-06fbf91c6bf684a9.js +1 -0
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/signup/page-ae0638854e6bde34.js +1 -0
- package/.next/{static/chunks/main-43f98b458d773ca0.js → standalone/platform/services/mcctl-console/.next/static/chunks/main-d86dc43481acf07f.js} +1 -1
- package/.next/standalone/platform/services/mcctl-console/package.json +1 -1
- package/.next/static/chunks/1189-60aed59c0e82a63d.js +1 -0
- package/.next/static/chunks/1544-d2d1404bef00d038.js +1 -0
- package/.next/static/chunks/1658-1c16e5a05aaa11ee.js +1 -0
- package/.next/static/chunks/1668-c41281dc3163e1c2.js +1 -0
- package/.next/static/chunks/1721-2758853c661770ff.js +1 -0
- package/.next/static/chunks/190-9ecdd3c2ad7fadef.js +1 -0
- package/.next/static/chunks/3489-b8c5f08aa4922197.js +1 -0
- package/.next/static/chunks/4416-2385e5784dc036d6.js +1 -0
- package/.next/static/chunks/4474-b7d88543d50f7f58.js +1 -0
- package/.next/static/chunks/5375-a2d3a8fb915a3971.js +1 -0
- package/.next/static/chunks/5381-4e3aac97e0617278.js +1 -0
- package/.next/static/chunks/5386-a568e84580b1d208.js +1 -0
- package/.next/static/chunks/6357-a9d3501984c53429.js +1 -0
- package/.next/static/chunks/6479-82b21daf8e380c4d.js +1 -0
- package/.next/static/chunks/6571-0d9e629a91d9f630.js +1 -0
- package/.next/static/chunks/6727-e25ea0d10f0fea68.js +1 -0
- package/.next/static/chunks/6758-d0a2d1008691eff1.js +1 -0
- package/.next/static/chunks/680-61e3cda59bad5959.js +1 -0
- package/.next/static/chunks/6857-5b9c04069853bfc4.js +1 -0
- package/.next/static/chunks/6909-9750e61adcf6f5e5.js +1 -0
- package/.next/{standalone/platform/services/mcctl-console/.next/static/chunks/4840-5802e869ffd1d2a9.js → static/chunks/7073-46594e6380fdda11.js} +1 -1
- package/.next/static/chunks/7436-44378c85b24787cc.js +1 -0
- package/.next/static/chunks/765-8e911fe4e2959f8d.js +1 -0
- package/.next/static/chunks/7782-0f287c9ab0566879.js +1 -0
- package/.next/static/chunks/787-91c6946656342fe4.js +1 -0
- package/.next/static/chunks/8625-b235421f69a178fb.js +1 -0
- package/.next/static/chunks/880-be7151cc9c502be6.js +1 -0
- package/.next/static/chunks/9485-9510025fbd9f9555.js +1 -0
- package/.next/static/chunks/9760-3b9261fc2cfda017.js +1 -0
- package/.next/static/chunks/9810-e8bf0b092d80a553.js +1 -0
- package/.next/static/chunks/app/(main)/audit-logs/{page-7a5d1441bb2811cf.js → page-b879c927081e59a2.js} +1 -1
- package/.next/static/chunks/app/(main)/backups/{page-cc46681d519753dd.js → page-7a59c9269da2d63e.js} +1 -1
- package/.next/static/chunks/app/(main)/dashboard/{page-b548fe2aac951e5b.js → page-d2d8cd0c7a0a54ec.js} +1 -1
- package/.next/static/chunks/app/(main)/layout-2f8a2fe359953bbc.js +1 -0
- package/.next/static/chunks/app/(main)/players/page-724151791dd69b93.js +1 -0
- package/.next/static/chunks/app/(main)/routing/page-909690ecbe76f31c.js +1 -0
- package/.next/static/chunks/app/(main)/servers/[name]/console/{page-ca0344337ef5da93.js → page-617a1ab914c8d828.js} +1 -1
- package/.next/{standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/servers/[name]/page-55fee1f878b51fb8.js → static/chunks/app/(main)/servers/[name]/page-96518534b90deb1c.js} +1 -1
- package/.next/static/chunks/app/(main)/servers/page-c35bb5a99e6ff107.js +1 -0
- package/.next/static/chunks/app/(main)/settings/page-a805f639e14a10b0.js +1 -0
- package/.next/static/chunks/app/(main)/worlds/page-704a3dafb5b8ec15.js +1 -0
- package/.next/static/chunks/app/admin/users/page-f45f3cd30725a718.js +1 -0
- package/.next/static/chunks/app/login/page-1665f285187a2a51.js +1 -0
- package/.next/static/chunks/app/page-06fbf91c6bf684a9.js +1 -0
- package/.next/static/chunks/app/signup/page-ae0638854e6bde34.js +1 -0
- package/.next/{standalone/platform/services/mcctl-console/.next/static/chunks/main-43f98b458d773ca0.js → static/chunks/main-d86dc43481acf07f.js} +1 -1
- package/package.json +2 -2
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/1399.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/2365.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/3076.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/3100.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/4972.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/5244.js +0 -74
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/5256.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/6010.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/8024.js +0 -54
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/8243.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/9157.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/9350.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/server/chunks/959.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/1476-a0570078fdf78fae.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/2022-6da2f9a847a5d61c.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/2093-bceea213e32f6b5f.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/212-b904d9ae152f2360.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/2149-ba1bdd1d726ab70c.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/310-72d3b802b3cefa99.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/315-509f963f6c69d0a8.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/3543-1ec838cbe59f6baa.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/406-64ea09489141e436.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/4278-9a6acf769f296866.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/4538-a0d2c88024f1288a.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/5511-7a419d84918a8d64.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/6189-d8557db379604b3e.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/6594-e49e36eb5a5d1bef.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/6645-68b73fe1df8dba93.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/6655-81288236c1babc44.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/7220-4d1d72de4109ad9b.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/7294-ffa0013d4b0fa40a.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/7413-419718450fadde21.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/8006-219c9bbc650b079e.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/8322-8ae826d4c9b38acc.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/8657-f28db4e9df8cc7b0.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/8696-8adf1e9b1a84f5c0.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/9030-1dcbf06ed6e20e24.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/9887-bff2aa500d1d1995.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/layout-692cb1da92b73287.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/players/page-706f5e796129df33.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/routing/page-14f40cfd98e60a77.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/servers/page-efa5f11aa2956719.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/(main)/worlds/page-3de10e94b77f6e45.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/login/page-d6a5da720238e5cf.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/page-8b5b6cb30448bcc5.js +0 -1
- package/.next/standalone/platform/services/mcctl-console/.next/static/chunks/app/signup/page-6e5550bc9fffa4bc.js +0 -1
- package/.next/static/chunks/1476-a0570078fdf78fae.js +0 -1
- package/.next/static/chunks/2022-6da2f9a847a5d61c.js +0 -1
- package/.next/static/chunks/2093-bceea213e32f6b5f.js +0 -1
- package/.next/static/chunks/212-b904d9ae152f2360.js +0 -1
- package/.next/static/chunks/2149-ba1bdd1d726ab70c.js +0 -1
- package/.next/static/chunks/310-72d3b802b3cefa99.js +0 -1
- package/.next/static/chunks/315-509f963f6c69d0a8.js +0 -1
- package/.next/static/chunks/3543-1ec838cbe59f6baa.js +0 -1
- package/.next/static/chunks/406-64ea09489141e436.js +0 -1
- package/.next/static/chunks/4278-9a6acf769f296866.js +0 -1
- package/.next/static/chunks/4538-a0d2c88024f1288a.js +0 -1
- package/.next/static/chunks/5511-7a419d84918a8d64.js +0 -1
- package/.next/static/chunks/6189-d8557db379604b3e.js +0 -1
- package/.next/static/chunks/6594-e49e36eb5a5d1bef.js +0 -1
- package/.next/static/chunks/6645-68b73fe1df8dba93.js +0 -1
- package/.next/static/chunks/6655-81288236c1babc44.js +0 -1
- package/.next/static/chunks/7220-4d1d72de4109ad9b.js +0 -1
- package/.next/static/chunks/7294-ffa0013d4b0fa40a.js +0 -1
- package/.next/static/chunks/7413-419718450fadde21.js +0 -1
- package/.next/static/chunks/8006-219c9bbc650b079e.js +0 -1
- package/.next/static/chunks/8322-8ae826d4c9b38acc.js +0 -1
- package/.next/static/chunks/8657-f28db4e9df8cc7b0.js +0 -1
- package/.next/static/chunks/8696-8adf1e9b1a84f5c0.js +0 -1
- package/.next/static/chunks/9030-1dcbf06ed6e20e24.js +0 -1
- package/.next/static/chunks/9887-bff2aa500d1d1995.js +0 -1
- package/.next/static/chunks/app/(main)/layout-692cb1da92b73287.js +0 -1
- package/.next/static/chunks/app/(main)/players/page-706f5e796129df33.js +0 -1
- package/.next/static/chunks/app/(main)/routing/page-14f40cfd98e60a77.js +0 -1
- package/.next/static/chunks/app/(main)/servers/page-efa5f11aa2956719.js +0 -1
- package/.next/static/chunks/app/(main)/worlds/page-3de10e94b77f6e45.js +0 -1
- package/.next/static/chunks/app/login/page-d6a5da720238e5cf.js +0 -1
- package/.next/static/chunks/app/page-8b5b6cb30448bcc5.js +0 -1
- package/.next/static/chunks/app/signup/page-6e5550bc9fffa4bc.js +0 -1
- /package/.next/standalone/platform/services/mcctl-console/.next/static/{J1RLwJBlYRYnOUdff_T8I → FpqRAxF6tnqZ99-k8eKej}/_buildManifest.js +0 -0
- /package/.next/standalone/platform/services/mcctl-console/.next/static/{J1RLwJBlYRYnOUdff_T8I → FpqRAxF6tnqZ99-k8eKej}/_ssgManifest.js +0 -0
- /package/.next/static/{J1RLwJBlYRYnOUdff_T8I → FpqRAxF6tnqZ99-k8eKej}/_buildManifest.js +0 -0
- /package/.next/static/{J1RLwJBlYRYnOUdff_T8I → FpqRAxF6tnqZ99-k8eKej}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(main)/servers/[name]/console/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"2863":{"*":{"id":"97952","name":"*","chunks":[],"async":false}},"3454":{"*":{"id":"21908","name":"*","chunks":[],"async":false}},"6453":{"*":{"id":"47600","name":"*","chunks":[],"async":false}},"6643":{"*":{"id":"68508","name":"*","chunks":[],"async":false}},"7854":{"*":{"id":"48054","name":"*","chunks":[],"async":false}},"10672":{"*":{"id":"76258","name":"*","chunks":[],"async":false}},"14224":{"*":{"id":"68123","name":"*","chunks":[],"async":false}},"19253":{"*":{"id":"20881","name":"*","chunks":[],"async":false}},"22237":{"*":{"id":"53014","name":"*","chunks":[],"async":false}},"23599":{"*":{"id":"69806","name":"*","chunks":[],"async":false}},"26854":{"*":{"id":"40860","name":"*","chunks":[],"async":false}},"32050":{"*":{"id":"59976","name":"*","chunks":[],"async":false}},"36405":{"*":{"id":"92753","name":"*","chunks":[],"async":false}},"39943":{"*":{"id":"67348","name":"*","chunks":[],"async":false}},"41517":{"*":{"id":"71945","name":"*","chunks":[],"async":false}},"48283":{"*":{"id":"93551","name":"*","chunks":[],"async":false}},"52791":{"*":{"id":"57404","name":"*","chunks":[],"async":false}},"61714":{"*":{"id":"56540","name":"*","chunks":[],"async":false}},"68067":{"*":{"id":"98985","name":"*","chunks":[],"async":false}},"73046":{"*":{"id":"47305","name":"*","chunks":[],"async":false}},"83785":{"*":{"id":"15785","name":"*","chunks":[],"async":false}},"85795":{"*":{"id":"85171","name":"*","chunks":[],"async":false}},"88904":{"*":{"id":"53966","name":"*","chunks":[],"async":false}},"89083":{"*":{"id":"83053","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/app-router.js":{"id":39943,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/esm/client/components/app-router.js":{"id":39943,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/client-page.js":{"id":68067,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/esm/client/components/client-page.js":{"id":68067,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/error-boundary.js":{"id":19253,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":19253,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/layout-router.js":{"id":14224,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/esm/client/components/layout-router.js":{"id":14224,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/not-found-boundary.js":{"id":23599,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":23599,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/render-from-template-context.js":{"id":2863,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":2863,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/@mui+material-nextjs@5.18.0_@emotion+cache@11.14.0_@mui+material@5.18.0_@emotion+react@11.14._xfceg66236xjlk4ddzora6ngm4/node_modules/@mui/material-nextjs/v13-appRouter/appRouterV13.js":{"id":89083,"name":"*","chunks":["6812","static/chunks/6812-f5924f14ef351036.js","540","static/chunks/540-4b925f2c57833962.js","5645","static/chunks/5645-d306bb768b5907c8.js","3185","static/chunks/app/layout-e0e626ece42c56d9.js"],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Ubuntu\",\"arguments\":[{\"weight\":[\"300\",\"400\",\"500\",\"700\"],\"subsets\":[\"latin\"]}],\"variableName\":\"ubuntu\"}":{"id":20284,"name":"*","chunks":["6812","static/chunks/6812-f5924f14ef351036.js","540","static/chunks/540-4b925f2c57833962.js","5645","static/chunks/5645-d306bb768b5907c8.js","3185","static/chunks/app/layout-e0e626ece42c56d9.js"],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/globals.css":{"id":46639,"name":"*","chunks":["6812","static/chunks/6812-f5924f14ef351036.js","540","static/chunks/540-4b925f2c57833962.js","5645","static/chunks/5645-d306bb768b5907c8.js","3185","static/chunks/app/layout-e0e626ece42c56d9.js"],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/components/providers/LoadingProvider.tsx":{"id":3454,"name":"*","chunks":["6812","static/chunks/6812-f5924f14ef351036.js","540","static/chunks/540-4b925f2c57833962.js","5645","static/chunks/5645-d306bb768b5907c8.js","3185","static/chunks/app/layout-e0e626ece42c56d9.js"],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/lib/QueryProvider.tsx":{"id":22237,"name":"*","chunks":["6812","static/chunks/6812-f5924f14ef351036.js","540","static/chunks/540-4b925f2c57833962.js","5645","static/chunks/5645-d306bb768b5907c8.js","3185","static/chunks/app/layout-e0e626ece42c56d9.js"],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/theme/muiTheme.ts":{"id":88904,"name":"*","chunks":["6812","static/chunks/6812-f5924f14ef351036.js","540","static/chunks/540-4b925f2c57833962.js","5645","static/chunks/5645-d306bb768b5907c8.js","3185","static/chunks/app/layout-e0e626ece42c56d9.js"],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/theme/ThemeProvider.tsx":{"id":48283,"name":"*","chunks":["6812","static/chunks/6812-f5924f14ef351036.js","540","static/chunks/540-4b925f2c57833962.js","5645","static/chunks/5645-d306bb768b5907c8.js","3185","static/chunks/app/layout-e0e626ece42c56d9.js"],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/login/page.tsx":{"id":10672,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/page.tsx":{"id":26854,"name":"*","chunks":["6812","static/chunks/6812-f5924f14ef351036.js","7220","static/chunks/7220-4d1d72de4109ad9b.js","2542","static/chunks/2542-6ea12719b9ca1b7c.js","1931","static/chunks/app/page-8b5b6cb30448bcc5.js"],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/signup/page.tsx":{"id":85795,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/audit-logs/page.tsx":{"id":52791,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/layout.tsx":{"id":6453,"name":"*","chunks":["6812","static/chunks/6812-f5924f14ef351036.js","7220","static/chunks/7220-4d1d72de4109ad9b.js","8006","static/chunks/8006-219c9bbc650b079e.js","7294","static/chunks/7294-ffa0013d4b0fa40a.js","8696","static/chunks/8696-8adf1e9b1a84f5c0.js","1071","static/chunks/1071-235049df1c3caba7.js","55","static/chunks/55-cc17f03142ace10c.js","3543","static/chunks/3543-1ec838cbe59f6baa.js","8347","static/chunks/8347-d55cd74fb316fad0.js","2149","static/chunks/2149-ba1bdd1d726ab70c.js","2542","static/chunks/2542-6ea12719b9ca1b7c.js","8322","static/chunks/8322-8ae826d4c9b38acc.js","8918","static/chunks/8918-bae025d477685e7d.js","212","static/chunks/212-b904d9ae152f2360.js","4095","static/chunks/app/(main)/layout-692cb1da92b73287.js"],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/backups/page.tsx":{"id":6643,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/dashboard/page.tsx":{"id":61714,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/players/page.tsx":{"id":83785,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/routing/page.tsx":{"id":73046,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/servers/[name]/console/page.tsx":{"id":32050,"name":"*","chunks":["6812","static/chunks/6812-f5924f14ef351036.js","7220","static/chunks/7220-4d1d72de4109ad9b.js","8006","static/chunks/8006-219c9bbc650b079e.js","7294","static/chunks/7294-ffa0013d4b0fa40a.js","8696","static/chunks/8696-8adf1e9b1a84f5c0.js","4538","static/chunks/4538-a0d2c88024f1288a.js","6645","static/chunks/6645-68b73fe1df8dba93.js","1476","static/chunks/1476-a0570078fdf78fae.js","3767","static/chunks/app/(main)/servers/%5Bname%5D/console/page-ca0344337ef5da93.js"],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/servers/[name]/page.tsx":{"id":41517,"name":"*","chunks":["6812","static/chunks/6812-f5924f14ef351036.js","7220","static/chunks/7220-4d1d72de4109ad9b.js","8006","static/chunks/8006-219c9bbc650b079e.js","7294","static/chunks/7294-ffa0013d4b0fa40a.js","8696","static/chunks/8696-8adf1e9b1a84f5c0.js","1071","static/chunks/1071-235049df1c3caba7.js","540","static/chunks/540-4b925f2c57833962.js","6189","static/chunks/6189-d8557db379604b3e.js","4840","static/chunks/4840-5802e869ffd1d2a9.js","5511","static/chunks/5511-7a419d84918a8d64.js","55","static/chunks/55-cc17f03142ace10c.js","310","static/chunks/310-72d3b802b3cefa99.js","3543","static/chunks/3543-1ec838cbe59f6baa.js","8347","static/chunks/8347-d55cd74fb316fad0.js","2149","static/chunks/2149-ba1bdd1d726ab70c.js","4538","static/chunks/4538-a0d2c88024f1288a.js","6645","static/chunks/6645-68b73fe1df8dba93.js","9887","static/chunks/9887-bff2aa500d1d1995.js","6594","static/chunks/6594-e49e36eb5a5d1bef.js","2537","static/chunks/2537-6c9d2dfd403b7448.js","278","static/chunks/app/(main)/servers/%5Bname%5D/page-55fee1f878b51fb8.js"],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/servers/page.tsx":{"id":7854,"name":"*","chunks":["6812","static/chunks/6812-f5924f14ef351036.js","7220","static/chunks/7220-4d1d72de4109ad9b.js","8006","static/chunks/8006-219c9bbc650b079e.js","7294","static/chunks/7294-ffa0013d4b0fa40a.js","8696","static/chunks/8696-8adf1e9b1a84f5c0.js","1071","static/chunks/1071-235049df1c3caba7.js","540","static/chunks/540-4b925f2c57833962.js","6189","static/chunks/6189-d8557db379604b3e.js","4840","static/chunks/4840-5802e869ffd1d2a9.js","5511","static/chunks/5511-7a419d84918a8d64.js","310","static/chunks/310-72d3b802b3cefa99.js","3543","static/chunks/3543-1ec838cbe59f6baa.js","4538","static/chunks/4538-a0d2c88024f1288a.js","4278","static/chunks/4278-9a6acf769f296866.js","9887","static/chunks/9887-bff2aa500d1d1995.js","7413","static/chunks/7413-419718450fadde21.js","224","static/chunks/app/(main)/servers/page-efa5f11aa2956719.js"],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/worlds/page.tsx":{"id":36405,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/":[],"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/layout":["static/css/8dfdea5f9ccf5da4.css"],"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/page":[],"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/layout":[],"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/servers/page":[],"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/servers/[name]/page":[],"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/servers/[name]/console/page":[]}}
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(main)/servers/[name]/console/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"2863":{"*":{"id":"97952","name":"*","chunks":[],"async":false}},"3454":{"*":{"id":"21908","name":"*","chunks":[],"async":false}},"6453":{"*":{"id":"47600","name":"*","chunks":[],"async":false}},"6643":{"*":{"id":"68508","name":"*","chunks":[],"async":false}},"7854":{"*":{"id":"48054","name":"*","chunks":[],"async":false}},"10672":{"*":{"id":"76258","name":"*","chunks":[],"async":false}},"14224":{"*":{"id":"68123","name":"*","chunks":[],"async":false}},"19253":{"*":{"id":"20881","name":"*","chunks":[],"async":false}},"22237":{"*":{"id":"53014","name":"*","chunks":[],"async":false}},"23599":{"*":{"id":"69806","name":"*","chunks":[],"async":false}},"26854":{"*":{"id":"40860","name":"*","chunks":[],"async":false}},"32050":{"*":{"id":"59976","name":"*","chunks":[],"async":false}},"32539":{"*":{"id":"29664","name":"*","chunks":[],"async":false}},"34488":{"*":{"id":"85764","name":"*","chunks":[],"async":false}},"36405":{"*":{"id":"92753","name":"*","chunks":[],"async":false}},"38538":{"*":{"id":"1316","name":"*","chunks":[],"async":false}},"39943":{"*":{"id":"67348","name":"*","chunks":[],"async":false}},"41517":{"*":{"id":"79464","name":"*","chunks":[],"async":false}},"48283":{"*":{"id":"93551","name":"*","chunks":[],"async":false}},"52791":{"*":{"id":"57404","name":"*","chunks":[],"async":false}},"53693":{"*":{"id":"51646","name":"*","chunks":[],"async":false}},"61714":{"*":{"id":"56540","name":"*","chunks":[],"async":false}},"68067":{"*":{"id":"98985","name":"*","chunks":[],"async":false}},"85795":{"*":{"id":"85171","name":"*","chunks":[],"async":false}},"88904":{"*":{"id":"53966","name":"*","chunks":[],"async":false}},"89083":{"*":{"id":"83053","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/app-router.js":{"id":39943,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/esm/client/components/app-router.js":{"id":39943,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/client-page.js":{"id":68067,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/esm/client/components/client-page.js":{"id":68067,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/error-boundary.js":{"id":19253,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":19253,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/layout-router.js":{"id":14224,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/esm/client/components/layout-router.js":{"id":14224,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/not-found-boundary.js":{"id":23599,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":23599,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/render-from-template-context.js":{"id":2863,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":2863,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/@mui+material-nextjs@5.18.0_@emotion+cache@11.14.0_@mui+material@5.18.0_@emotion+react@11.14._xfceg66236xjlk4ddzora6ngm4/node_modules/@mui/material-nextjs/v13-appRouter/appRouterV13.js":{"id":89083,"name":"*","chunks":["6812","static/chunks/6812-f5924f14ef351036.js","540","static/chunks/540-4b925f2c57833962.js","5645","static/chunks/5645-d306bb768b5907c8.js","3185","static/chunks/app/layout-e0e626ece42c56d9.js"],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/node_modules/.pnpm/next@14.2.35_@babel+core@7.28.6_@playwright+test@1.58.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Ubuntu\",\"arguments\":[{\"weight\":[\"300\",\"400\",\"500\",\"700\"],\"subsets\":[\"latin\"]}],\"variableName\":\"ubuntu\"}":{"id":20284,"name":"*","chunks":["6812","static/chunks/6812-f5924f14ef351036.js","540","static/chunks/540-4b925f2c57833962.js","5645","static/chunks/5645-d306bb768b5907c8.js","3185","static/chunks/app/layout-e0e626ece42c56d9.js"],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/globals.css":{"id":46639,"name":"*","chunks":["6812","static/chunks/6812-f5924f14ef351036.js","540","static/chunks/540-4b925f2c57833962.js","5645","static/chunks/5645-d306bb768b5907c8.js","3185","static/chunks/app/layout-e0e626ece42c56d9.js"],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/components/providers/LoadingProvider.tsx":{"id":3454,"name":"*","chunks":["6812","static/chunks/6812-f5924f14ef351036.js","540","static/chunks/540-4b925f2c57833962.js","5645","static/chunks/5645-d306bb768b5907c8.js","3185","static/chunks/app/layout-e0e626ece42c56d9.js"],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/lib/QueryProvider.tsx":{"id":22237,"name":"*","chunks":["6812","static/chunks/6812-f5924f14ef351036.js","540","static/chunks/540-4b925f2c57833962.js","5645","static/chunks/5645-d306bb768b5907c8.js","3185","static/chunks/app/layout-e0e626ece42c56d9.js"],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/theme/muiTheme.ts":{"id":88904,"name":"*","chunks":["6812","static/chunks/6812-f5924f14ef351036.js","540","static/chunks/540-4b925f2c57833962.js","5645","static/chunks/5645-d306bb768b5907c8.js","3185","static/chunks/app/layout-e0e626ece42c56d9.js"],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/theme/ThemeProvider.tsx":{"id":48283,"name":"*","chunks":["6812","static/chunks/6812-f5924f14ef351036.js","540","static/chunks/540-4b925f2c57833962.js","5645","static/chunks/5645-d306bb768b5907c8.js","3185","static/chunks/app/layout-e0e626ece42c56d9.js"],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/admin/users/page.tsx":{"id":53693,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/login/page.tsx":{"id":10672,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/page.tsx":{"id":26854,"name":"*","chunks":["6812","static/chunks/6812-f5924f14ef351036.js","9760","static/chunks/9760-3b9261fc2cfda017.js","2542","static/chunks/2542-6ea12719b9ca1b7c.js","1931","static/chunks/app/page-06fbf91c6bf684a9.js"],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/signup/page.tsx":{"id":85795,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/audit-logs/page.tsx":{"id":52791,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/layout.tsx":{"id":6453,"name":"*","chunks":["6812","static/chunks/6812-f5924f14ef351036.js","9760","static/chunks/9760-3b9261fc2cfda017.js","6758","static/chunks/6758-d0a2d1008691eff1.js","680","static/chunks/680-61e3cda59bad5959.js","1668","static/chunks/1668-c41281dc3163e1c2.js","7436","static/chunks/7436-44378c85b24787cc.js","1071","static/chunks/1071-235049df1c3caba7.js","2542","static/chunks/2542-6ea12719b9ca1b7c.js","55","static/chunks/55-cc17f03142ace10c.js","6857","static/chunks/6857-5b9c04069853bfc4.js","8347","static/chunks/8347-d55cd74fb316fad0.js","1544","static/chunks/1544-d2d1404bef00d038.js","765","static/chunks/765-8e911fe4e2959f8d.js","8918","static/chunks/8918-bae025d477685e7d.js","9485","static/chunks/9485-9510025fbd9f9555.js","4095","static/chunks/app/(main)/layout-2f8a2fe359953bbc.js"],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/backups/page.tsx":{"id":6643,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/dashboard/page.tsx":{"id":61714,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/players/page.tsx":{"id":38538,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/routing/page.tsx":{"id":34488,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/servers/[name]/console/page.tsx":{"id":32050,"name":"*","chunks":["6812","static/chunks/6812-f5924f14ef351036.js","9760","static/chunks/9760-3b9261fc2cfda017.js","6758","static/chunks/6758-d0a2d1008691eff1.js","680","static/chunks/680-61e3cda59bad5959.js","1668","static/chunks/1668-c41281dc3163e1c2.js","7436","static/chunks/7436-44378c85b24787cc.js","1658","static/chunks/1658-1c16e5a05aaa11ee.js","6727","static/chunks/6727-e25ea0d10f0fea68.js","6357","static/chunks/6357-a9d3501984c53429.js","5375","static/chunks/5375-a2d3a8fb915a3971.js","3767","static/chunks/app/(main)/servers/%5Bname%5D/console/page-617a1ab914c8d828.js"],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/servers/[name]/page.tsx":{"id":41517,"name":"*","chunks":["6812","static/chunks/6812-f5924f14ef351036.js","9760","static/chunks/9760-3b9261fc2cfda017.js","6758","static/chunks/6758-d0a2d1008691eff1.js","680","static/chunks/680-61e3cda59bad5959.js","1668","static/chunks/1668-c41281dc3163e1c2.js","7436","static/chunks/7436-44378c85b24787cc.js","1071","static/chunks/1071-235049df1c3caba7.js","540","static/chunks/540-4b925f2c57833962.js","4416","static/chunks/4416-2385e5784dc036d6.js","9810","static/chunks/9810-e8bf0b092d80a553.js","7073","static/chunks/7073-46594e6380fdda11.js","880","static/chunks/880-be7151cc9c502be6.js","55","static/chunks/55-cc17f03142ace10c.js","6857","static/chunks/6857-5b9c04069853bfc4.js","8347","static/chunks/8347-d55cd74fb316fad0.js","1658","static/chunks/1658-1c16e5a05aaa11ee.js","1544","static/chunks/1544-d2d1404bef00d038.js","6727","static/chunks/6727-e25ea0d10f0fea68.js","6357","static/chunks/6357-a9d3501984c53429.js","787","static/chunks/787-91c6946656342fe4.js","1721","static/chunks/1721-2758853c661770ff.js","3489","static/chunks/3489-b8c5f08aa4922197.js","2537","static/chunks/2537-6c9d2dfd403b7448.js","278","static/chunks/app/(main)/servers/%5Bname%5D/page-96518534b90deb1c.js"],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/servers/page.tsx":{"id":7854,"name":"*","chunks":["6812","static/chunks/6812-f5924f14ef351036.js","9760","static/chunks/9760-3b9261fc2cfda017.js","6758","static/chunks/6758-d0a2d1008691eff1.js","680","static/chunks/680-61e3cda59bad5959.js","1668","static/chunks/1668-c41281dc3163e1c2.js","7436","static/chunks/7436-44378c85b24787cc.js","1071","static/chunks/1071-235049df1c3caba7.js","540","static/chunks/540-4b925f2c57833962.js","4416","static/chunks/4416-2385e5784dc036d6.js","9810","static/chunks/9810-e8bf0b092d80a553.js","7073","static/chunks/7073-46594e6380fdda11.js","880","static/chunks/880-be7151cc9c502be6.js","1658","static/chunks/1658-1c16e5a05aaa11ee.js","6909","static/chunks/6909-9750e61adcf6f5e5.js","6727","static/chunks/6727-e25ea0d10f0fea68.js","190","static/chunks/190-9ecdd3c2ad7fadef.js","5386","static/chunks/5386-a568e84580b1d208.js","224","static/chunks/app/(main)/servers/page-c35bb5a99e6ff107.js"],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/settings/page.tsx":{"id":32539,"name":"*","chunks":[],"async":false},"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/worlds/page.tsx":{"id":36405,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/":[],"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/layout":["static/css/8dfdea5f9ccf5da4.css"],"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/page":[],"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/layout":[],"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/servers/page":[],"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/servers/[name]/page":[],"/home/runner/work/minecraft-server-manager/minecraft-server-manager/platform/services/mcctl-console/src/app/(main)/servers/[name]/console/page":[]}}
|