Skip to content

Commit

Permalink
fix: developers rejoice! hmr for backend
Browse files Browse the repository at this point in the history
  • Loading branch information
daretodave committed May 9, 2024
1 parent 3c2ef2d commit 6349046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false",
"typecheck": "npm run typecheck:node && npm run typecheck:web",
"start": "electron-vite preview",
"dev": "electron-vite dev",
"dev": "electron-vite dev -w",
"build": "npm run typecheck && electron-vite build",
"postinstall": "electron-builder install-app-deps",
"build:unpack": "npm run build && electron-builder --dir",
Expand Down

0 comments on commit 6349046

Please sign in to comment.