nectar/modules/chess/pkg/manifest.json
2023-11-21 11:25:55 -05:00

13 lines
262 B
JSON

[
{
"process_name": "chess",
"process_wasm_path": "/chess.wasm",
"on_panic": "Restart",
"request_networking": true,
"request_messaging": [
"http_server:sys:uqbar"
],
"public": false
}
]