fastify / fastify-vite

Fastify plugin for Vite integration.
MIT License
861 stars 72 forks source link

fix: unable to find server bundle on Windows #97

Closed kwiniarski closed 1 year ago

kwiniarski commented 1 year ago

On Windows system await exists(serverBundlePath) is never satisfied when file path is file URL. When converted to URL it works as expected.

galvez commented 1 year ago

LGTM, thank you!