You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

runtimeconfig.template.json 166B

1 jaar geleden
1234567891011
  1. {
  2. "wasmHostProperties": {
  3. "perHostConfig": [
  4. {
  5. "name": "browser",
  6. "html-path": "index.html",
  7. "Host": "browser"
  8. }
  9. ]
  10. }
  11. }