github 0xGF/boneyard v1.7.2

latest releases: v1.8.1, v1.8.0, v1.7.9...
one month ago

What's new

Skip redirected routes (#54@DloomPlz)

When a page 307s (auth middleware, etc.), boneyard now stops after the first breakpoint instead of retrying 3x. Saves significant time on apps where most routes are behind login.

--cookie CLI flag (#54@DloomPlz)

Shorthand to pass auth cookies without touching the config file:

npx boneyard-js build --cookie "next-auth.session-token=abc123"

Repeatable for multiple cookies. Auto-sets domain from the target URL.


44 lines changed, no breaking changes. Both features are additive.

Don't miss a new boneyard release

NewReleases is sending notifications on new releases.