From 04ad14c0f7f8cb535c8ca316f0e74472ddaaaea4 Mon Sep 17 00:00:00 2001 From: sbosse Date: Tue, 27 Aug 2024 00:16:12 +0200 Subject: [PATCH] Tue 27 Aug 00:14:56 CEST 2024 --- test/test-amp-hu1a.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/test-amp-hu1a.js diff --git a/test/test-amp-hu1a.js b/test/test-amp-hu1a.js new file mode 100644 index 0000000..61f976b --- /dev/null +++ b/test/test-amp-hu1a.js @@ -0,0 +1,8 @@ +config({ + log:{ + time:true + } +}) +port(DIR.IP('http://localhost:4567')) +port(DIR.IP('udp://localhost:4568')) +start()