From dda3717243edecc840cd926878a1232e02bcbe42 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Sun, 13 Oct 2024 22:51:07 -0400 Subject: [PATCH] Added conf.json. --- conf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conf.json b/conf.json index 3b7fff6..daf8c1d 100644 --- a/conf.json +++ b/conf.json @@ -20,13 +20,13 @@ "copyInDir": ".", "copyIn": { "sample": { - "src": "./../../../../../../build/sample", - "copyOut": [ - "stdout", - "stderr" - ] + "src": "./../../../../../../build/sample" } }, + "copyOut": [ + "stdout", + "stderr" + ], "stdin": { "content": "" },