We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df955cf commit d754395Copy full SHA for d754395
server/package.json
@@ -16,7 +16,7 @@
16
"scripts": {
17
"build": "tsc",
18
"start": "node build/index.js",
19
- "dev": "node --import tsx --watch --watch-preserve-output src/index.ts"
+ "dev": "tsx watch --clear-screen=false src/index.ts"
20
},
21
"devDependencies": {
22
"@types/cors": "^2.8.17",
0 commit comments