bgc/BGC.Client/BGC.Client.Browser/runtimeconfig.template.json

11 lines
166 B
JSON
Raw Normal View History

2024-08-05 03:22:49 +03:00
{
"wasmHostProperties": {
"perHostConfig": [
{
"name": "browser",
"html-path": "index.html",
"Host": "browser"
}
]
}
}