diff --git a/package.json b/package.json index 426d830..76d3baa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "scripts": { "test": "mocha --recursive", - "serve": "nodemon server.ts" + "serve": "bun run --watch server.ts" }, "dependencies": { "@types/chai": "^4.3.16",