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', ];