chore: use hmr instead of full reload

This commit is contained in:
Sonny
2024-11-06 20:10:37 +01:00
committed by Sonny
parent db578dbe51
commit 8bd87b5bba

View File

@@ -6,7 +6,7 @@
"scripts": {
"start": "node bin/server.js",
"build": "node ace build",
"dev": "node ace serve --watch",
"dev": "node ace serve --hmr",
"test": "node ace test",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write --parser typescript '**/*.{ts,tsx}'",