Skip to content

Commit

Permalink
Merge pull request #452 from vitalybaev/patch-1
Browse files Browse the repository at this point in the history
Updates `hono-entry.node.ts` to serve static files from public directory
  • Loading branch information
magne4000 authored Jan 13, 2025
2 parents bfc6361 + 3933544 commit be84ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boilerplates/hono/files/hono-entry.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const nodeApp = new Hono();
nodeApp.use(compress());

nodeApp.use(
"/assets/*",
"/*",
serveStatic({
root: `./dist/client/`,
}),
Expand Down

0 comments on commit be84ec0

Please sign in to comment.