galvanic corrosion rewrite

commit this before something goes horribly wrong
This commit is contained in:
2025-08-12 21:04:52 -04:00
parent 941c8400c0
commit f19552929e
40 changed files with 28149 additions and 73212 deletions

8
src/net.ts Normal file
View File

@@ -0,0 +1,8 @@
export function getNetConfig() {
return {
host: "10.0.1.39",
port: 13370,
publicHost: "10.0.1.39:13370",
securePublicHost: false
}
}