Skip to content

Commit

Permalink
chore: log paths
Browse files Browse the repository at this point in the history
  • Loading branch information
codepunkt committed Jul 15, 2024
1 parent 22396bd commit 48f3a42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/build-readme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ interface FeedItem {
const rssParser = new RssParser<{ items: FeedItem[] }>();
const readmePath = join(import.meta.dirname, "..", "profile", "README.md");

console.log(import.meta.dirname, readmePath);

(async () => {
const feed = await rssParser.parseURL(
"https://careers.smartclip.tv/jobs.rss",
Expand Down

0 comments on commit 48f3a42

Please sign in to comment.