feat: configure workspace environment runtimes
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user