Files
Ursa.Avalonia/demo/Ursa.Demo.Browser/runtimeconfig.template.json
2023-07-19 21:40:18 +08:00

11 lines
166 B
JSON

{
"wasmHostProperties": {
"perHostConfig": [
{
"name": "browser",
"html-path": "index.html",
"Host": "browser"
}
]
}
}