nectar/kinode/packages/tester/pkg/manifest.json
hosted-fornet 0bdaefc0cd fix tests
2024-02-21 10:54:46 -08:00

22 lines
525 B
JSON

[
{
"process_name": "tester",
"process_wasm_path": "/tester.wasm",
"on_exit": "Restart",
"request_networking": true,
"request_capabilities": [
"kernel:distro:sys",
"kv:distro:sys",
"http_server:distro:sys",
"sqlite:distro:sys",
"vfs:distro:sys"
],
"grant_capabilities": [
"kv:distro:sys",
"sqlite:distro:sys",
"vfs:distro:sys"
],
"public": true
}
]