feat: update terminal shortcut and improve code formatting

- Added a hasInstallScript property to package-lock.json.
- Refactored the app-store.ts file for improved readability by formatting function parameters and object properties.
- Updated the default terminal shortcut from "Cmd+`" to "T" and implemented migration logic for state persistence.
- Incremented version number in the terminal state management to reflect breaking changes.
This commit is contained in:
Cody Seibert
2025-12-14 00:20:11 -05:00
parent 13e3f05a7a
commit 58f466b443
2 changed files with 183 additions and 53 deletions

1
package-lock.json generated
View File

@@ -7,6 +7,7 @@
"": {
"name": "automaker",
"version": "1.0.0",
"hasInstallScript": true,
"workspaces": [
"apps/*",
"libs/*"