Skip to content

Commit

Permalink
fix hot reloading (#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 authored Sep 23, 2024
1 parent 91cc170 commit 2612ba2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 38 deletions.
5 changes: 5 additions & 0 deletions .changeset/selfish-teachers-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ponder/core": patch
---

Pinned vite version. Some newer versions were known to cause hot reloading bugs.
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
"prom-client": "^15.0.0",
"react": "^18.2.0",
"stacktrace-parser": "^0.1.10",
"vite": "^5.0.7",
"vite-node": "^1.0.2",
"vite-tsconfig-paths": "^4.3.1"
"vite": "5.0.7",
"vite-node": "1.0.2",
"vite-tsconfig-paths": "4.3.1"
},
"devDependencies": {
"@types/babel__code-frame": "^7.0.6",
Expand Down
49 changes: 14 additions & 35 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2612ba2

Please sign in to comment.