Skip to content

Commit b30a987

Browse files
committed
chore: update hot hook config in examples
1 parent e84a9ed commit b30a987

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"fastify": "^4.26.2"
1919
},
20-
"hot-hook": {
20+
"hotHook": {
2121
"boundaries": [
2222
"./services/**/*.ts"
2323
]

examples/hono/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@hono/node-server": "^1.9.0",
1616
"hono": "^4.1.4"
1717
},
18-
"hot-hook": {
18+
"hotHook": {
1919
"boundaries": [
2020
"./views/**/*.tsx"
2121
]

examples/node_http_basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"hot-hook": "workspace:*",
1010
"@hot-hook/runner": "workspace:*"
1111
},
12-
"hot-hook": {
12+
"hotHook": {
1313
"boundaries": [
1414
"./app.ts"
1515
]

packages/hot_hook/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
```jsonc
3636
// package.json
3737
{
38-
"hot-hook": {
38+
"hotHook": {
3939
"boundaries": ["./src/controllers/**/*.tsx"],
4040
},
4141
}

0 commit comments

Comments
 (0)