From 31b319157fb221636fcdf8d6a752a4a5e46d6a6d 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 946e9f9..3b7fff6 100644 --- a/conf.json +++ b/conf.json @@ -17,7 +17,7 @@ "cpuLimit": 10000000000, "memoryLimit": 104857600, "procLimit": 50, - "copyInCwd": true, + "copyInDir": ".", "copyIn": { "sample": { "src": "./../../../../../../build/sample",