feat: add restore command integration and development workflow improvements

- Add restore command to CLI root (cmd/root.go)
- Add restore-clean justfile target for development workflow
- Update justfile clean command to remove backups
- Improve auth UI status display and enhance button visibility
- Clean up auth.js formatting and enhance button management
This commit is contained in:
2025-09-11 14:16:17 +02:00
parent ef1d1083ce
commit 74a54e4b5e
3 changed files with 38 additions and 36 deletions

View File

@@ -52,6 +52,7 @@ func init() {
rootCmd.AddCommand(enhanceCmd)
rootCmd.AddCommand(serveCmd)
rootCmd.AddCommand(restoreCmd)
}
func initConfig() {