add new-style deploy config file

This commit is contained in:
boneyard93501 2022-02-13 00:09:27 -06:00
parent 9bcd91e9a2
commit 9d7e32eb8c

View File

@ -0,0 +1,11 @@
{
"hello-world": {
"modules": [
{
"name": "hello_world",
"path": "./artifacts/hello_world.wasm",
"logger_enabled": [true]
}
]
}
}