From 1120247c990a7e4013fa2d114737b977cf118f07 Mon Sep 17 00:00:00 2001 From: Matt Walsh Date: Mon, 30 Jun 2025 23:32:30 -0500 Subject: [PATCH] include custom rss feed in build #57 --- gulp/publish-frontend.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/gulp/publish-frontend.mjs b/gulp/publish-frontend.mjs index 2f3f312..024dc51 100644 --- a/gulp/publish-frontend.mjs +++ b/gulp/publish-frontend.mjs @@ -89,6 +89,7 @@ const mjsSources = [ 'server/scripts/modules/travelforecast.mjs', 'server/scripts/modules/progress.mjs', 'server/scripts/modules/media.mjs', + 'server/scripts/modules/custom-rss-feed.mjs', 'server/scripts/index.mjs', ];