fix: update dev script to include polling for ts-node-dev

This commit is contained in:
StarAppeal
2025-09-27 05:12:46 +02:00
parent c380b56cbe
commit 5fc7174787
+1 -1
View File
@@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"dev": "cross-env NODE_ENV=development ts-node-dev --respawn --transpile-only src/index.ts",
"dev": "cross-env NODE_ENV=development ts-node-dev --respawn --transpile-only --poll src/index.ts",
"clean": "rimraf dist",
"build": "tsc --project tsconfig.json",
"test": "vitest run",