Skip to content

Commit

Permalink
Starting work on bookshelf syncer fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brombaut committed Nov 12, 2024
1 parent e7cca3f commit 9be7a5c
Show file tree
Hide file tree
Showing 7 changed files with 3,130 additions and 15 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@babel/core": "^7.21.4",
"@babel/eslint-parser": "^7.21.3",
"@babel/preset-env": "^7.21.4",
"@types/node": "^18.16.0",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vue/cli-plugin-babel": "^5.0.8",
Expand All @@ -42,7 +42,7 @@
"husky": "^8.0.3",
"sass": "^1.62.0",
"sass-loader": "^13.2.2",
"typescript": "^5.0.4"
"typescript": "^5.6.3"
},
"eslintConfig": {
"root": true,
Expand Down
9 changes: 9 additions & 0 deletions src/bookshelf/syncer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,12 @@ When re-reading
- rating will be what you rated the book the first time
- As far as I can tell, the goodreads_review_id will also be the same




tsc==5.6.3
npm==9.5.1
node==v18.16.0
nvm==0.39.3

You have the JSON of books from f3, can you get the local version of the site to pull from that json file?
Loading

0 comments on commit 9be7a5c

Please sign in to comment.