Skip to content

Commit

Permalink
Updates hono-entry.node.ts to serve static files from public directory
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybaev authored Jan 12, 2025
1 parent bfc6361 commit 3933544
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 3933544

Please sign in to comment.