2
0
mirror of https://github.com/ad1217/PrinterStatus synced 2024-09-21 05:49:03 -04:00

server: Disable clearing screen in tsx watch

This commit is contained in:
Adam Goldsmith 2023-09-14 12:30:11 -04:00
parent 902be3fb94
commit 41ac616a8a

View File

@ -23,7 +23,7 @@
},
"scripts": {
"start": "npm run dev",
"dev": "tsx watch ./src/server.ts",
"dev": "tsx watch --clear-screen=false ./src/server.ts",
"build": "tsc",
"serve": "node dist/server.js"
}