aboutsummaryrefslogtreecommitdiff
path: root/examples/react
diff options
context:
space:
mode:
Diffstat (limited to 'examples/react')
-rw-r--r--examples/react/package.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/examples/react/package.json b/examples/react/package.json
index fcf44635f..429a0b5aa 100644
--- a/examples/react/package.json
+++ b/examples/react/package.json
@@ -34,6 +34,12 @@
]
},
"devDependencies": {
- "typescript": "^4.4.2"
+ "typescript": "^4.4.2",
+ "react-refresh": "^0.10.0"
+ },
+ "bun-create": {
+ "postinstall": [
+ "bun bun ./src/index.jsx"
+ ]
}
}