fix: update dev script to include polling for ts-node-dev
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user