nectar/modules/terminal/pkg/manifest.json
2023-12-15 16:21:06 -05:00

14 lines
295 B
JSON

[
{
"process_name": "terminal",
"process_wasm_path": "/terminal.wasm",
"on_exit": "Restart",
"request_networking": true,
"request_messaging": [
"net:sys:uqbar",
"http_client:sys:uqbar"
],
"public": true
}
]