Skip to content

Commit

Permalink
changed the bun serve command
Browse files Browse the repository at this point in the history
  • Loading branch information
dddictionary committed Jun 26, 2024
1 parent 09355d4 commit 1e5091c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scripts": {
"test": "mocha --recursive",
"serve": "nodemon server.ts"
"serve": "bun run --watch server.ts"
},
"dependencies": {
"@types/chai": "^4.3.16",
Expand Down

0 comments on commit 1e5091c

Please sign in to comment.