Files
serein-flow/Serein.Workbench.Avalonia.Browser/runtimeconfig.template.json

10 lines
171 B
JSON
Raw Normal View History

2025-01-02 13:57:14 +08:00
{
"wasmHostProperties": {
"perHostConfig": [
{
"name": "browser",
"host": "browser"
}
]
}
}