Add Json Doc

This commit is contained in:
2025-12-22 14:20:20 -06:00
parent c37b26af14
commit 40205a928d
7 changed files with 63 additions and 8 deletions

View File

@@ -29,6 +29,8 @@ int main(int argc, char** argv)
port = std::stoi(item.second);
}
}
env->EnsureDictionary(&gc,"Net")->SetValue("WebServerPort", (int64_t)port);
TList* args2 = TList::Create(ls);
for(auto& item : args.positional)
{