Semi.Avalonia/demo/Semi.Avalonia.Demo.Web/runtimeconfig.template.json

10 lines
171 B
JSON
Raw Normal View History

2023-01-20 23:08:33 +08:00
{
2024-07-23 13:34:26 +08:00
"wasmHostProperties": {
"perHostConfig": [
{
"name": "browser",
"host": "browser"
}
]
}
2023-01-20 23:08:33 +08:00
}