From f2f0962b81ce3c7d22a964a56ec4ce189b09204c Mon Sep 17 00:00:00 2001 From: minie4 Date: Tue, 29 Oct 2024 01:18:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20missing=20default=20config?= =?UTF-8?q?=20for=20ports.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sample_configs/ports.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sample_configs/ports.toml b/sample_configs/ports.toml index e69de29..e1b36bf 100644 --- a/sample_configs/ports.toml +++ b/sample_configs/ports.toml @@ -0,0 +1,2 @@ +Input = [] +Output = [] \ No newline at end of file