Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
taga3s committed Aug 21, 2024
1 parent 4a00f4d commit 0661456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import honox from 'honox/vite'
import { defineConfig } from 'vite'

export default defineConfig({
plugins: [honox({ devServer: { adapter } }), pages()]
plugins: [honox({ devServer: { adapter, entry: "./app/server.ts" } }), pages()]
})

0 comments on commit 0661456

Please sign in to comment.