Add option to watch routes config file changes (#411)

This commit is contained in:
Geoff Bourne
2025-05-10 12:39:32 -05:00
committed by GitHub
parent 8e34da2235
commit a46a423b0a
6 changed files with 244 additions and 141 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"default-server": "vanilla:25565",
"mappings": {
"vanilla.example.com": "vanilla:25565",
"forge.example.com": "forge:25565"
}
}