mirror of
https://github.com/ad1217/PrinterStatus
synced 2024-11-10 18:45:08 -05:00
server: Disable clearing screen in tsx watch
This commit is contained in:
parent
902be3fb94
commit
41ac616a8a
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user