Documentation
¶
Overview ¶
Package frameworkpackages publishes the framework's unpublished frontend workspaces into a generated project for local dogfood testing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Publish ¶
Publish copies source packages into ignored directories covered by the generated project's .ridu/packages/* workspace. This gives Bun one physical instance of each package, matching the identity guarantees of a published dependency graph while keeping dependency declarations release-shaped and repository-only framework plumbing out of the user's project tree.
Types ¶
type Snapshot ¶ added in v0.2.0
type Snapshot struct {
// contains filtered or unexported fields
}
Snapshot owns a private copy of freshly built runtime packages and their source companions. It can populate several independent applications without rebuilding or observing subsequent changes to the checkout. Call Close after the last copy.
func Prepare ¶ added in v0.2.0
Prepare always builds current runtime sources; existing dist directories are never treated as freshness evidence. It then captures the complete package graph.