jacob-ebey / remix-cloudflare-demo

A demo of Remix running on Cloudflare workers.
https://remix-cloudflare-demo.jacob-ebey.workers.dev/
MIT License
199 stars 34 forks source link

Adding cross-env for windows compatability #4

Open mikecann opened 2 years ago

mikecann commented 2 years ago

Running yarn dev on windows throws errors because NODE_ENV=production is not a valid way to set environment variables.

So adding cross-env and using that to make it compatible on any platform