[FEATURE] Live Modifications, Host Safety, Minor Tweaks (#19)
Co-authored-by: Dunemask <dunemask@gmail.com> Reviewed-on: https://gitea.dunemask.dev/elysium/minecluster/pulls/19
This commit is contained in:
parent
0a0f9c8463
commit
fc60df27ac
9 changed files with 154 additions and 31 deletions
2
dist/app.js
vendored
2
dist/app.js
vendored
|
@ -8,4 +8,4 @@ const kc = new k8s.KubeConfig();
|
|||
kc.loadFromDefault();
|
||||
}
|
||||
|
||||
main().catch((e)=>{console.log(e)});
|
||||
main().catch((e)=>{console.error(e)});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue