Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed used of fs-extra from @tryghost/logging #140

Merged
merged 2 commits into from Mar 11, 2024
Merged

Conversation

daniellockyer
Copy link
Member

ref SLO-14
ref https://linear.app/tryghost/issue/SLO-14/improved-speed-of-migratejs-script

  • fs-extra can be a really heavy library when you're trying to stay lean
  • we don't need it here because fs natively comes with a sync exists method
  • this replaces fs-extra with fs

ref SLO-14
ref https://linear.app/tryghost/issue/SLO-14/improved-speed-of-migratejs-script

- fs-extra can be a really heavy library when you're trying to stay lean
- we don't need it here because `fs` natively comes with a sync `exists`
  method
- this replaces `fs-extra` with `fs`
ref ENG-729
ref https://linear.app/tryghost/issue/ENG-729/incorrect-range-header-leads-to-http-500-errors

- this will be used when the content Ghost is trying to serve cannot be
  satisfied for the provided range
@daniellockyer daniellockyer merged commit 83f01b2 into main Mar 11, 2024
1 check passed
@daniellockyer daniellockyer deleted the misc-changes branch March 11, 2024 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant