7c713577f1
<img width="700" height="771" alt="image" src="https://github.com/user-attachments/assets/509b95b5-9c4f-474d-a47f-f950dee189ea" />
9 lines
214 B
TypeScript
9 lines
214 B
TypeScript
// Placeholder for instance upgrade command
|
|
// TODO: Implement instance upgrade functionality
|
|
|
|
export class InstanceUpgradeCommand {
|
|
async execute(): Promise<void> {
|
|
throw new Error('Not implemented');
|
|
}
|
|
}
|