feat: configure workspace environment runtimes

This commit is contained in:
2026-07-20 09:22:26 +05:30
parent 3888453e0d
commit b3e5e5b999
58 changed files with 183 additions and 103 deletions
+9
View File
@@ -664,6 +664,15 @@ const MIGRATIONS: Migration[] = [
// Existing workspaces gain the CLI command aliases and optional UI props automatically.
},
},
{
version: "0.2.67",
id: "configurable-workspace-environment-runtime",
description:
"Adds per-environment runtime, HMR, build, migration, profile, hostname, and port controls to workspace commands.",
apply() {
// Existing workspace configurations remain compatible; new controls are opt-in.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */