Skip to content

Commit

Permalink
chore: update hot hook config in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Apr 10, 2024
1 parent e84a9ed commit b30a987
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"fastify": "^4.26.2"
},
"hot-hook": {
"hotHook": {
"boundaries": [
"./services/**/*.ts"
]
Expand Down
2 changes: 1 addition & 1 deletion examples/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@hono/node-server": "^1.9.0",
"hono": "^4.1.4"
},
"hot-hook": {
"hotHook": {
"boundaries": [
"./views/**/*.tsx"
]
Expand Down
2 changes: 1 addition & 1 deletion examples/node_http_basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"hot-hook": "workspace:*",
"@hot-hook/runner": "workspace:*"
},
"hot-hook": {
"hotHook": {
"boundaries": [
"./app.ts"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/hot_hook/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
```jsonc
// package.json
{
"hot-hook": {
"hotHook": {
"boundaries": ["./src/controllers/**/*.tsx"],
},
}
Expand Down

0 comments on commit b30a987

Please sign in to comment.