diff options
Diffstat (limited to '')
-rw-r--r-- | packages/bun-framework-next/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/bun-framework-next/package.json b/packages/bun-framework-next/package.json index 96d841005..4b7b81459 100644 --- a/packages/bun-framework-next/package.json +++ b/packages/bun-framework-next/package.json @@ -83,5 +83,8 @@ }, "peerDependencies": { "next": "^12.0.0" + }, + "devDependencies": { + "react-refresh": "^0.10.0" } } |