Skip to content

Commit

Permalink
refactor: remove bun files and use tsx to run dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-kanri committed Nov 21, 2023
1 parent 778405f commit ca42704
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 7 deletions.
Binary file removed bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"./dist"
],
"scripts": {
"dev": "bun --watch run ./src/index.ts"
"dev": "tsx watch ./src/dev.ts"
},
"devDependencies": {
"@kikiutils/prettierrc": "^1.2.0",
"@kikiutils/tsconfigs": "^1.0.0",
"@types/node": "^20.9.0",
"bun-types": "latest",
"changelogen": "^0.5.5",
"tsx": "^4.1.2",
"typescript": "^5.2.2"
},
"engines": {
Expand Down
272 changes: 267 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ca42704

Please sign in to comment.