udibo / react-app

A React Framework for Deno that makes it easy to create highly interactive apps that have server side rendering with file based routing for both your UI and API.
https://udibo-react-app.deno.dev/
MIT License
14 stars 2 forks source link

Fix routes generation on windows #91

Closed KyleJune closed 1 month ago

KyleJune commented 1 month ago

Closes https://github.com/udibo/react-app/issues/89 if it works. I was getting an esbuild error locally still but I at least got it so that the _main.tsx and _main.ts build artifacts get generated correctly.

KyleJune commented 1 month ago

I fixed the build script on windows by doing the following: