Skip to content

Commit 17bdc9f

Browse files
chore: migrate to better-dx
1 parent 032e7bb commit 17bdc9f

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

bunfig.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[install]
2+
registry = { url = "https://registry.npmjs.org/", token = "$BUN_AUTH_TOKEN" }
3+
linker = "hoisted"

package.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,22 +56,15 @@
5656
"typecheck": "bun --bun tsc --noEmit"
5757
},
5858
"devDependencies": {
59-
"@stacksjs/bumpx": "^0.2.4",
6059
"@stacksjs/cli": "^0.70.23",
61-
"@stacksjs/gitlint": "^0.1.5",
6260
"@stacksjs/logging": "^0.70.23",
63-
"@stacksjs/logsmith": "^0.2.1",
6461
"@stacksjs/storage": "^0.70.23",
65-
"@types/bun": "^1.3.11",
6662
"@types/tar": "^7.0.87",
67-
"buddy-bot": "^0.9.17",
68-
"bun-git-hooks": "^0.3.1",
69-
"bun-plugin-dtsx": "0.9.9",
70-
"bunfig": "^0.15.6",
7163
"debug": "^4.4.3",
7264
"dynamodb-toolbox": "^2.8.0",
7365
"tar": "^7.5.11",
74-
"typescript": "^5.9.3"
66+
"typescript": "^5.9.3",
67+
"better-dx": "^0.3.0"
7568
},
7669
"git-hooks": {
7770
"pre-commit": {

0 commit comments

Comments
 (0)