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:
Charles Bochet
2026-01-19 10:36:40 +01:00
committed by GitHub
parent 72e89d5c6b
commit 7c713577f1
27 changed files with 394 additions and 320 deletions
@@ -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');
}
}