TestChat/TestChat.Browser/runtimeconfig.template.json

11 lines
166 B
JSON
Raw Permalink Normal View History

2023-12-17 11:03:25 +08:00
{
"wasmHostProperties": {
"perHostConfig": [
{
"name": "browser",
"html-path": "index.html",
"Host": "browser"
}
]
}
}