Add upstream feed watcher
All checks were successful
check / check (push) Successful in 35s

This commit is contained in:
matamune 2026-05-12 22:37:26 +00:00
parent b455647580
commit 816881c2cc
Signed by: matamune
GPG key ID: 3BB8E7D3B968A324
10 changed files with 654 additions and 6 deletions

View file

@ -7,6 +7,7 @@ RUN bun install --frozen-lockfile
COPY tsconfig.json ./
COPY src ./src
COPY feed-sources.json ./
ENV HOST=0.0.0.0
ENV PORT=3000