lazarv / react-server

The easiest way to build React apps with server-side rendering
https://react-server.dev
MIT License
121 stars 6 forks source link

fix: ensure output directory exists before router type generation #34

Closed lazarv closed 2 months ago

lazarv commented 2 months ago

Ensure output directory exists before trying to write generated react-server-router.d.ts router type definition file.

Fixes https://github.com/lazarv/react-server/issues/32