Skip to content

Commit

Permalink
πŸ—οΈ change tsx to bun (#80)
Browse files Browse the repository at this point in the history
bun 으둜 λ³€κ²½ν•˜λ©΄μ„œ tsx도 ν•„μš”μ—†μ–΄μ‘ŒμŠ΅λ‹ˆλ‹€.
  • Loading branch information
woohm402 authored Aug 15, 2024
1 parent 1408b29 commit 7840eb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"type": "module",
"private": false,
"scripts": {
"start:server": "tsx src/server.ts",
"start:server": "bun src/server.ts",
"deploy:server": "./scripts/deploy.sh",
"send:weekly-dashboard": "tsx src/weekly-dashboard.ts",
"send:weekly-dashboard": "bun src/weekly-dashboard.ts",
"lint": "eslint ./src",
"format": "prettier . --check"
},
Expand All @@ -28,7 +28,6 @@
"eslint": "9.9.0",
"knip": "5.27.2",
"prettier": "3.3.3",
"tsx": "4.17.0",
"typescript": "5.5.4"
}
}

0 comments on commit 7840eb2

Please sign in to comment.