gamenight/FrontendAvalonia/FrontendAvalonia.Browser/runtimeconfig.template.json

11 lines
166 B
JSON
Raw Normal View History

2023-08-14 18:16:02 +02:00
{
"wasmHostProperties": {
"perHostConfig": [
{
"name": "browser",
"html-path": "index.html",
"Host": "browser"
}
]
}
}