Skip to content

Commit

Permalink
chore: update hono example
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Apr 9, 2024
1 parent 0fd0958 commit 55645e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"dev:tsnode": "hot-runner --node-args=--import=./tsnode.esm.js --node-args=--import=hot-hook/register src/index.tsx",
"dev:tsx": "hot-runner --node-args=\"--import=tsx\" bin/start.ts"
"dev:tsx": "hot-runner --node-args=--import=tsx --node-args=--import=hot-hook/register src/index.tsx"
},
"devDependencies": {
"hot-hook": "workspace:*",
Expand All @@ -16,7 +16,6 @@
"hono": "^4.1.4"
},
"hot-hook": {
"root": "./bin/server.ts",
"boundaries": [
"./views/**/*.tsx"
]
Expand Down

0 comments on commit 55645e2

Please sign in to comment.