diff --git a/config/feeds.json b/config/feeds.json index e64a3d1..8e9b640 100644 --- a/config/feeds.json +++ b/config/feeds.json @@ -20,7 +20,6 @@ "https://www.nomanssky.com/news/feed/", "https://www.lexaloffle.com/bbs/feed.php?uid=1", "https://www.factorio.com/blog/rss", - "https://bouncyrock.com/news.atom", "https://kill-the-newsletter.com/feeds/pghhn8aaf264tukg.xml", "http://www.suppermariobroth.com/rss", "http://unknownworlds.com/subnautica/feed/", diff --git a/package.json b/package.json index 7e69f99..69f109e 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "type": "module", "scripts": { "clean": "rm -rf dist", - "build": "bun src/index.js", + "build": "bun src/index.ts", "check": "biome check --write ./src ./eslint.config.js" }, "author": {