Skip to content

Commit

Permalink
fix: get rid of tsnd
Browse files Browse the repository at this point in the history
  • Loading branch information
gairal committed Aug 4, 2024
1 parent 4a91693 commit 0bff43a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"scripts": {
"build": "tsc",
"deploy": "gcloud app deploy --project com-gairal-frank-22",
"dev": "tsnd --respawn --inspect -- ./src/index.ts",
"dev2": "bun run --hot --inspect ./src/index.ts",
"dev": "bun run --hot --inspect ./src/index.ts",
"gcp-build": "npm run build",
"lint": "eslint . --ext .js,.ts --quiet",
"prepare": "husky",
Expand Down Expand Up @@ -39,7 +38,6 @@
"prettier": "^2.8.8",
"supertest": "^7.0.0",
"ts-jest": "^29.2.3",
"ts-node-dev": "^2.0.0",
"typescript": "^5.5.4"
},
"dependencies": {
Expand Down

0 comments on commit 0bff43a

Please sign in to comment.