Skip to content

Commit 3e3542b

Browse files
committed
chore: wip
1 parent 4369902 commit 3e3542b

File tree

4 files changed

+53
-416
lines changed

4 files changed

+53
-416
lines changed

bun.lock

Lines changed: 32 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"@stacksjs/gitlint": "^0.1.5",
4141
"@stacksjs/logsmith": "^0.1.18",
4242
"@types/bun": "^1.2.23",
43-
"buddy-bot": "^0.9.7",
43+
"buddy-bot": "^0.9.8",
4444
"bun-git-hooks": "^0.2.19",
45-
"bun-plugin-dtsx": "^0.21.12",
45+
"bun-plugin-dtsx": "0.9.5",
4646
"typescript": "^5.9.3"
4747
},
4848
"overrides": {
@@ -55,5 +55,8 @@
5555
}
5656
},
5757
"commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG"
58-
}
58+
},
59+
"workspaces": [
60+
"packages/*"
61+
]
5962
}

0 commit comments

Comments
 (0)