Rework folder structure (#17229)
<img width="700" height="771" alt="image" src="https://github.com/user-attachments/assets/509b95b5-9c4f-474d-a47f-f950dee189ea" />
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// Placeholder for instance upgrade command
|
||||
// TODO: Implement instance upgrade functionality
|
||||
|
||||
export class InstanceUpgradeCommand {
|
||||
async execute(): Promise<void> {
|
||||
throw new Error('Not implemented');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user