From c5b521e9065fe0a8e6b74c2eb292d820e9ac4c66 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sun, 14 Dec 2025 00:23:57 +0000 Subject: [PATCH] Fix JS export. --- ecosystem.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index 3daa1ca..b773e24 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -1,4 +1,4 @@ -module.exports = { +export default { apps: [ { name: 'farmcontrol-ws',