diff options
author | 2021-11-07 15:44:30 -0800 | |
---|---|---|
committer | 2021-11-07 15:44:30 -0800 | |
commit | 12f199177118c27f733f0ef58f26ba1f641f3a82 (patch) | |
tree | 42cd68413b47bc3fd82bcc66b231f1bae619d5a9 | |
parent | 57946e114c5f4cd6aa13bd1cfa0d3dd0233d4e6b (diff) | |
download | bun-12f199177118c27f733f0ef58f26ba1f641f3a82.tar.gz bun-12f199177118c27f733f0ef58f26ba1f641f3a82.tar.zst bun-12f199177118c27f733f0ef58f26ba1f641f3a82.zip |
add react-refresh as a devDep for bun-framework-next
-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" } } |