Skip to content

Commit b8be871

Browse files
authored
fix: cli spinner (#36)
CLI spinner now uses ora instead of clack, fixing an issue where it does not display whats happening in the current step and the CLI appears frozen.
1 parent 3baa412 commit b8be871

File tree

2 files changed

+190
-110
lines changed

2 files changed

+190
-110
lines changed

cli/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,14 @@
3636
"prepublishOnly": "npm run build"
3737
},
3838
"dependencies": {
39-
"@clack/prompts": "^0.7.0",
40-
"picocolors": "^1.0.0"
39+
"ora": "^9.0.0",
40+
"picocolors": "^1.0.0",
41+
"prompts": "^2.4.2"
4142
},
4243
"devDependencies": {
4344
"@iarna/toml": "^2.2.5",
4445
"@types/node": "^22.7.5",
46+
"@types/prompts": "^2.4.9",
4547
"bun-types": "^1.1.33",
4648
"postgres": "^3.4.4",
4749
"typescript": "^5.5.4"

0 commit comments

Comments
 (0)