mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-21 04:10:47 +02:00
18 lines
545 B
JavaScript
18 lines
545 B
JavaScript
// Public runtime metadata lives with the public runtime surface so the CLI and
|
|
// embedders report one version.
|
|
export const RUNTIME_VERSION = "2.0.0";
|
|
|
|
export * from "./paths.js";
|
|
export * from "./managed-home.js";
|
|
export * from "./storage.js";
|
|
export * from "./config.js";
|
|
export * from "./identity.js";
|
|
export * from "./migrations.js";
|
|
export * from "./state.js";
|
|
export * from "./setup.js";
|
|
export * from "./context.js";
|
|
export * from "./doctor.js";
|
|
export * from "./cleanup.js";
|
|
export * from "./upgrade.js";
|
|
export * from "./install.js";
|