From 30b179812335b427a431c303ed3453779f898796 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Sun, 22 Sep 2024 01:21:48 -0400 Subject: [PATCH] feat: use CopyInDir --- conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.json b/conf.json index b299a7b..40618a8 100644 --- a/conf.json +++ b/conf.json @@ -17,7 +17,7 @@ "cpuLimit": 10000000000, "memoryLimit": 419430400, "procLimit": 50, - "copyInCwd": true, + "copyInDir": ".", "copyOut": [ "stdout" ],