Skip to content

Commit 5b2d54a

Browse files
committed
Revert package and check in package-lock
1 parent f7312ab commit 5b2d54a

File tree

2 files changed

+124
-7
lines changed

2 files changed

+124
-7
lines changed

package-lock.json

Lines changed: 123 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"build": "tsc",
1818
"start": "node build/index.js",
19-
"dev": "node --import tsx --watch --watch-preserve-output src/index.ts"
19+
"dev": "tsx watch --clear-screen=false src/index.ts"
2020
},
2121
"devDependencies": {
2222
"@types/cors": "^2.8.17",

0 commit comments

Comments
 (0)