Added conf.json.

This commit is contained in:
张泊明518370910136 2024-10-13 22:51:07 -04:00
parent 1a515d9045
commit 90738cfdbb
GPG Key ID: CA088E6D9284F870

View File

@ -23,13 +23,13 @@
"copyInDir": ".", "copyInDir": ".",
"copyIn": { "copyIn": {
"healthcheck": { "healthcheck": {
"src": "./../../../../../../build/healthcheck", "src": "./../../../../../../build/healthcheck"
"copyOut": [
"stdout",
"stderr"
]
} }
}, },
"copyOut": [
"stdout",
"stderr"
],
"stdin": { "stdin": {
"content": "" "content": ""
}, },