You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add new `public_assets_full_path` method to be explicit about public asset paths
- Keep `generated_assets_full_path` as backwards-compatible deprecated alias
- Update internal references to use clearer `public_assets_full_path` method
- Addresses naming ambiguity concern about whether paths are public or private
- Prepares for future evolution toward simplified public-only asset resolution
This improvement clarifies the distinction between:
- Public asset paths (client bundles, manifests) → public_assets_full_path
- Private asset paths (server bundles with enforcement) → server_bundle_private_path
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments