Update HMR logic. Refresh on server props update.

This commit is contained in:
2026-03-21 18:03:36 +01:00
parent a504046a36
commit 32056b5cb6
9 changed files with 58 additions and 8 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
],
"scripts": {
"dev": "tsc --watch",
"git:push": "tsc --noEmit && tsc && git add . && git commit -m 'Update dependencies.' && git push",
"git:push": "tsc --noEmit && tsc && git add . && git commit -m 'Update HMR logic. Refresh on server props update.' && git push",
"compile": "bun build ./src/commands/index.ts --compile --outfile bin/bunext --minify",
"build": "tsc",
"test": "bun test --max-concurrency=1"