convert content-fetch to typescript

This commit is contained in:
Hongbo Wu
2024-01-18 11:03:57 +08:00
parent cd3402b98a
commit d9feb740cb
28 changed files with 591 additions and 596 deletions

View File

@ -32,6 +32,7 @@ ADD /packages/content-handler ./packages/content-handler
ADD /packages/puppeteer-parse ./packages/puppeteer-parse
ADD /packages/readabilityjs ./packages/readabilityjs
RUN yarn workspace @omnivore/content-handler build
RUN yarn workspace @omnivore/puppeteer-parse build
# After building, fetch the production dependencies
RUN rm -rf /app/packages/content-fetch/node_modules