Skip to content

Commit

Permalink
Update vite.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-r6s authored Jan 26, 2024
1 parent 416c5d2 commit 6875d96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/vite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default defineNitroPlugin(async (nitroApp) => {
const vite = await createServer()

await vite.listen()
vite.printUrls()

nitroApp.hooks.hook('request', (event) => {
event.context.vite = vite
Expand Down

0 comments on commit 6875d96

Please sign in to comment.