mirror of
https://github.com/fluencelabs/examples
synced 2025-06-10 16:41:21 +00:00
add new-style deploy config file
This commit is contained in:
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"hello-world": {
|
||||||
|
"modules": [
|
||||||
|
{
|
||||||
|
"name": "hello_world",
|
||||||
|
"path": "./artifacts/hello_world.wasm",
|
||||||
|
"logger_enabled": [true]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user